i have shell command like?
sort -k 1 -u ../same_files/put_$2 > ../same_files/p1_$2
.
i want to convert this command into perl scripts it is posible to convert
i have shell command like?
sort -k 1 -u ../same_files/put_$2 > ../same_files/p1_$2
.
i want to convert this command into perl scripts it is posible to convert