11 lines
157 B
Plaintext
11 lines
157 B
Plaintext
|
time ./exe
|
||
|
=> affiche le temps d'execution
|
||
|
|
||
|
dd if=/dev/urandom of=toto.dat bs=1k count=1k
|
||
|
=> creer un fichier
|
||
|
|
||
|
diff file1 file2
|
||
|
=> compare 2 fichier
|
||
|
|
||
|
strace
|