Sie sind auf Seite 1von 1

1eme partie

1/echo ceci est un essai > essai.txt


2/cat essai.txt
3/pwd
4/ls *.* > list.txt
5/mkdir -p /tmp/L3/tp1/
6/cp essai.txt /tmp/L3/tp1/
7/mv list.txt /tmp/L3/
8/rm /tmp/L3/list.txt
9/rm -R /tmp/*
10/head -n3 /etc/passwd
11/head tail -n2 /etc/passwd | tail -n1
2eme partie
1/ touch fich
2/

Das könnte Ihnen auch gefallen