RosettaCodeData/Task/Delete-a-file/UNIX-Shell/delete-a-file.sh
2023-07-01 13:44:08 -04:00

4 lines
52 B
Bash

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