bash_-_scripts:ll
Differences
This shows you the differences between two versions of the page.
Next revision | Previous revision | ||
bash_-_scripts:ll [2016/11/09 16:11] – created peter | bash_-_scripts:ll [2019/11/29 11:04] (current) – removed peter | ||
---|---|---|---|
Line 1: | Line 1: | ||
- | ====== Bash - Scripts - ll ====== | ||
- | Long listing of files | ||
- | |||
- | ===== Usage ===== | ||
- | |||
- | <code bash> | ||
- | ll [-m] [ls options] file [file...] | ||
- | </ | ||
- | |||
- | ===== Code ===== | ||
- | |||
- | <code bash> | ||
- | #!/bin/bash | ||
- | # | ||
- | # @(#) ll v1.0 Long listing of files. | ||
- | |||
- | if [ " | ||
- | then MORE=" | ||
- | shift | ||
- | else MORE="" | ||
- | fi | ||
- | |||
- | eval /bin/ls -al $@ MORE | ||
- | </ | ||
- | |||
- | |||
- | ===== Example ===== | ||
- | |||
- | Issuing a list of files with source code on C language in the long format. | ||
- | |||
- | <code bash> | ||
- | ll *.c | ||
- | </ |
bash_-_scripts/ll.1478707892.txt.gz · Last modified: 2020/07/15 09:30 (external edit)