How To Handle Passing Filenames With Spaces In Bash
Why Filename with Spaces is not Recognized by Bash? In Bash, if you type multiple words without escape character () or quotations, it will consider all the words as arguments. That applies for all the operations, whether you are changing directory with ‘cd‘ or trying to access files with ‘cat‘ commands. Anything you write after using these will be considered as an argument. For example: Note: Your filename can be anything but for this article, we will be using “file name....