RosettaCodeData/Task/Delete-a-file/UNIX-Shell/delete-a-file.sh

5 lines
52 B
Bash

rm -rf docs
rm input.txt
rm -rf /docs
rm /input.txt