May 21, 2003 #1 nread Technical User Joined Oct 31, 2001 Messages 58 Location GB Hi all Got a simple query, need to get the row count from a file. Can anyone provide me the correct commands...? Cheers
Hi all Got a simple query, need to get the row count from a file. Can anyone provide me the correct commands...? Cheers
May 21, 2003 #2 KenCunningham Technical User Joined Mar 20, 2001 Messages 8,475 Location GB wc -l <filename> should do the trick. Cheers. Upvote 0 Downvote
May 21, 2003 Thread starter #3 nread Technical User Joined Oct 31, 2001 Messages 58 Location GB Thanks..! Upvote 0 Downvote