bash ls
# syntax
# ls *<options> '*<file-dir>'
# example
ls -ltr './*.log'
# + --------- + -------------------------------------------------------+
# | OPTION | DESCRIPTION |
# + --------- + -------------------------------------------------------+
# | -a | list all files including hidden file starting with '.' |
# | --color | colored list [=always/never/auto] |
# | -d | list directories - with ' */' |
# | -F | add one char of */=>@| to enteries |
# | -i | list file's inode index number |
# | -l | list with long format - show permissions |
# | -la | list long format including hidden files |
# | -lh | list long format with readable file size |
# | -ls | list with long format with file size |
# | -r | list in reverse order |
# | -R | list recursively directory tree |
# | -s | list file size |
# | -S | sort by file size |
# | -t | sort by time & date |
# | -X | sort by extension name |
# + --------- + -------------------------------------------------------+
Also in C++:
- ubuntu chrome
- ubuntu move folder to another directory
- pom version increment linux
- wait-on yarn
- yarn uninstall
- get log from a docker machine
- raccourci tor browser sur ubuntu
- open pycharm from terminal
- bash how to generate md5 checksums on all files in a directory
- protoc-gen-grpc npm
- spotify download ubuntu
- git error push declined due to email privacy restrictions
- installing git in ec2
- rename file in git commit
- install packages from pipfile
- mkdir command
- git remove proxy settings
- ADD GITHUB DEPLOY KEY curl
- awk print only range of lines
- how to make QtWebengine have smooth scrolling
- installing pm2 on linux
- linux show log file real time
- dos findstr
- deploy vuejs heroku