5 lines
59 B
Plaintext
5 lines
59 B
Plaintext
|
echo Ok >file.tmp
|
||
|
cat 0<>file.tmp
|
||
|
echo Done:$?
|
||
|
rm file.tmp
|