Files

7 lines
161 B
Makefile
Raw Permalink Normal View History

2025-03-07 21:46:30 +01:00
MultiLine:
touch test.txt
echo "Première ligne" > test.txt
echo "Deuxième ligne" >> test.txt
echo "Troisième ligne" >> test.txt
cat test.txt
rm test.txt