Basic Shell
pwd #print working directory
ls #list content
ls /dir/subdir #starts with / -> absolute path
ls dir/subdir #doesn't start with / -> relative path
ls -R #see also content in the subdirectory
ls -F #see also a * after runnab...
massyfigini.hashnode.dev5 min read