#!/usr/bin/perl #use strict; use warnings; open FILE,"out07.txt"; my @fields = split / /, <FILE>; chomp @fields; my @lines = split (/(\n)/, "@fields"); for (@lines) { print @fields,"\n"; }
In reply to Re^2: Sorting using the highest last column criteria
by deepakshyl
in thread Sorting using the highest last column criteria
by deepakshyl
| For: | Use: | ||
| & | & | ||
| < | < | ||
| > | > | ||
| [ | [ | ||
| ] | ] |