Example of the perm template
This commit is contained in:
parent
c9cabb3666
commit
9edce1f645
1 changed files with 3 additions and 0 deletions
|
|
@ -94,6 +94,9 @@ special characters that would be recognize by your shell.
|
|||
* Color in green read permission, in bold red write and execution ones:
|
||||
`ls -l | colout '(r)(w*)(x*)' green,red normal,bold`
|
||||
|
||||
* Color permissions with a predefined template:
|
||||
`ls -l | colout -t perm`
|
||||
|
||||
* Color in green comments in colout sources:
|
||||
`colout '.*(#.*)$' green normal < colout.py`
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue