Fedora Linux Man Files: User Commands Volume 6 (Man Files User Commands) by Gareth Thomas

Fedora Linux Man Files: User Commands Volume 6 (Man Files User Commands) by Gareth Thomas

Author:Gareth Thomas
Language: eng
Format: mobi, azw3, epub
Tags: fedora linux commands, linux commands
Publisher: LinuxManFiles.com
Published: 2016-03-25T22:00:00+00:00


perl \ -ne 'if(/.{29}\d{1,3}\s{2,4}\d{1,3}\s{2,4}\d{1,3}\s{2,4}\d{1,3}/)'\ -e '{push(@l,$_)}' \ -e 'END{print map{$_->[0]}' \ -e ' sort{$a->[1] <=> $b->[1]}' \ -e ' map{[$_,substr($_,34,3)]}@l;}' perlebcdic.pod

If you would rather see it in CCSID 1047 order then change the number 34 in the last line to 39, like this:

recipe 5

perl \ -ne 'if(/.{29}\d{1,3}\s{2,4}\d{1,3}\s{2,4}\d{1,3}\s{2,4}\d{1,3}/)'\ -e '{push(@l,$_)}' \ -e 'END{print map{$_->[0]}' \ -e ' sort{$a->[1] <=> $b->[1]}' \ -e ' map{[$_,substr($_,39,3)]}@l;}' perlebcdic.pod

If you would rather see it in POSIX-BC order then change the number 34 in the last line to 44, like this:

recipe 6



Download



Copyright Disclaimer:
This site does not store any files on its server. We only index and link to content provided by other sites. Please contact the content providers to delete copyright contents if any and email us, we'll remove relevant links or contents immediately.