| Corrigé de la séance d'exercices 1, Programmation I |
| Sciences et Technologies du Vivant, Semestre 1 |
touch file1 file2 file3
mkdir rep1 rep2 rep3
cp file1 rep1
cp file1 rep2
cp file2 rep2/file4
cp file2 rep3/file4
mv file3 rep3
ls rep*
cp -r rep3 rep2
mv rep2 rep1
rm -r file* rep3
ls
more *cpp
more ??u*j
more *troisieme*
ls -lrS
more uktjhtunqcbrmyrg
cp /usr/share/doc/emacs-21.3/NEWS ~/
chmod u+rw ~/NEWS
emacs &
cd
rm *
rm -r rep1
mkdir programmation1
cd programmation1
emacs &
g++ helloworld.cpp -o hello -Wall
./hello