User Tools

Site Tools


bash_-_scripts:ll

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Next revision
Previous revision
bash_-_scripts:ll [2016/11/09 16:11] – created peterbash_-_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 ===== 
- 
-<code bash> 
-#!/bin/bash 
-# 
-# @(#) ll v1.0   Long listing of files. 
- 
-if [ "$1" = "-m" ] 
-then MORE="| /usr/bin/more" 
-     shift 
-else MORE="" 
-fi 
- 
-eval /bin/ls -al $@ MORE 
-</code> 
- 
- 
-===== Example ===== 
- 
-Issuing a list of files with source code on C language in the long format. 
- 
-<code bash> 
-ll *.c 
-</code> 
bash_-_scripts/ll.1478707892.txt.gz · Last modified: 2020/07/15 09:30 (external edit)

Donate Powered by PHP Valid HTML5 Valid CSS Driven by DokuWiki