Hello,
Can someone tell me the equivalent perl script/command for following unix command:
sort -t"|" -k1,1 -T '/temp' input.txt > output.txt
Here, I want mention different physical directory for temprary sort file storage. like - T in unix shell command. In other word, How to mention different workspace directory in the Perl Sort command?
Thanks!