-
-
24 May 2021 13:49:55 UTC
- Distribution: File-LsColor
- Source (raw)
- Browse (raw)
- Changes
- Homepage
- How to Contribute
- Repository
- Issues
- Testers (169 / 0 / 0)
- Kwalitee
Bus factor: 1- 63.98% Coverage
- License: perl_5
- Perl: v5.4.0
- Activity
24 month- Tools
- Download (12.24KB)
- MetaCPAN Explorer
- Permissions
- Subscribe to distribution
- Permalinks
- This version
- Latest version
- Dependencies
- Term::ExtendedColor
- and possibly others
- Reverse dependencies
- CPAN Testers List
- Dependency graph
NAME
ls_color - colorize input filenames just like ls does
USAGE
command | ls_color [OPTIONS]
DESCRIPTION
ls_color demonstrates the Perl module File::LsColor.
OPTIONS
-k, --key look for filenames in field n --ifs set input field separator -h, --help display this help and exit
EXAMPLES
find $HOME/ | ls_color du -h --max-depth=1 "$@" | sort -k 1,1hr -k 2,2f | ls_color -k2 # cheap mans ls++ find "$@" -printf "%M | %TY-%Tm-%Td | %d%y %f -> (%.20P)\n" | ls_color -k6
AUTHOR
Magnus Woldrich CPAN ID: WOLDRICH m@japh.se http://japh.se https://github.com/trapd00r
REPORTING BUGS
Report bugs on rt.cpan.org or to m@japh.se
COPYRIGHT
Copyright (C) 2011, 2019- Magnus Woldrich. All right reserved. This program is free software; you can redistribute it and/or modify it under the same terms as Perl itself.
Module Install Instructions
To install File::LsColor, copy and paste the appropriate command in to your terminal.
cpanm File::LsColor
perl -MCPAN -e shell install File::LsColor
For more information on module installation, please visit the detailed CPAN module installation guide.