Search Results

Search: Posts Made By: mlaiti
1,514
Posted By radoulov
export liste_order='1:m 2:a 3:h 4:x' ...
export liste_order='1:m 2:a 3:h 4:x'
./command.sh |
perl -lne'BEGIN {
%liste_order = reverse @{ [split /[\s+:]/, $ENV{liste_order}] };
}
push @data, [substr($_, 0, 1), $_];
...
Showing results 1 to 1 of 1

 
All times are GMT -4. The time now is 10:08 PM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy