Skip to content

Latest commit

 

History

History
12 lines (8 loc) · 155 Bytes

Delete_a_file.md

File metadata and controls

12 lines (8 loc) · 155 Bytes
unlink 'input.txt';
unlink '/input.txt';
rmdir 'docs';
rmdir '/docs';