Wireless Army
This is a blog / tips and tricks website for web developers and security researchers.
follow us in feedly


deal with space in directory and/or files name
by admin
 at 2017-04-09 00:19:00.

if you had to deal with space with space in files name just add a “\” before the space and it will work just fine
example: go to a folder called “my folder”

cd my\ folder