Answers for "remove a file in unix"

0

removing a file in linux

#use the command rm <file or foldername>
#for example removing a file called book
rm book
Posted by: Guest on May-05-2021
1

how to delet file comand promt linux

#how to remove Files in Linux
rm filename
Posted by: Guest on December-26-2020

Code answers related to "Shell/Bash"

Browse Popular Code Answers by Language