Changes

How Do I: A Linux Q&A

526 bytes added, 18:46, 29 January 2018
The following lines were added (+) and removed (-):
== [PWD WORKING DIRECTORY COMMAND DOESN'T SHOW ESCAPE SPACES IN PATH] ==The space character can cause problems when copy and paste a path from the command line.  We use the backslash to escape them.  The pwd command doesn't do this, so here is an alternative: printf "%q\n" "$(pwd)"Does the same as pwd with the spaces escaped.== Related Pages ==If what you're looking for isn't on this page, try some of these related pages:* [[Advanced Shell Operations]]* [[Console Command Reference]]* [[How Do I: A Linux Q&A]]
Bureaucrat, administrator
16,192
edits