Answers for "how to delete in bash"

2

remove a file or dir in linux or mac or ubuntu

note:your_file_name can be a dir or a file 

sudo rm -r your_file_name
Posted by: Guest on May-11-2020
0

bash delete a command line

# delete a command line
MacOS -> Ctrl+U
Linux -> Ctrl+K / Ctrl+X
# delete a command word
MacOS/Linux -> Ctrl+W
Posted by: Guest on May-14-2021

Code answers related to "how to delete in bash"

Python Answers by Framework

Browse Popular Code Answers by Language