Search Results

Search: Posts Made By: pranabpal
15,064
Posted By RavinderSingh13
Hello pranabpal, In UNIX.com we encourage...
Hello pranabpal,

In UNIX.com we encourage users to add 3 simple things.

1- Sample of Input in CODE TAGS.
2- Sample of expected output in CODE TAGS.
3- Most important thing, add efforts which...
1,295
Posted By Scrutinizer
Hi, try: awk -F, 'NF>5' file It prints lines...
Hi, try:
awk -F, 'NF>5' file
It prints lines where the number of fields (NF) is more than 5, using a comma as a field separator (-F,)
Showing results 1 to 2 of 2

 
All times are GMT -4. The time now is 09:48 AM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy