linux terminal delete word code example
Example: delete a word in Linux command line prompt
# delete a command line
MacOS -> Ctrl+U
Linux -> Ctrl+K / Ctrl+X
# delete a command word
MacOS/Linux -> Ctrl+W
# delete a command line
MacOS -> Ctrl+U
Linux -> Ctrl+K / Ctrl+X
# delete a command word
MacOS/Linux -> Ctrl+W