Jun 3, 2002 #1 Flipster MIS Joined Jun 25, 2001 Messages 38 Location US How does one grab the last field of a line regardless of line length?(assuming space/tab/whitespcae as the delimiter)
How does one grab the last field of a line regardless of line length?(assuming space/tab/whitespcae as the delimiter)
Jun 3, 2002 #2 vgersh99 Programmer Joined Jul 27, 2000 Messages 2,146 Location US { print $NF } vlad Upvote 0 Downvote