There is no excerpt because this is a protected post.
Tag: AIX
Some times, we need display a text file in reverse order, the next line makes this with perl. I test this script with linux and AIX. cat file | perl -e ‘print reverse ‘
There is no excerpt because this is a protected post.
Some times, we need display a text file in reverse order, the next line makes this with perl. I test this script with linux and AIX. cat file | perl -e ‘print reverse ‘