Search Results

Search: Posts Made By: murbina
19,571
Posted By murbina
Thanks blowtorch, this one worked fine!!!
Thanks blowtorch, this one worked fine!!!
19,571
Posted By murbina
Grep Three Words
I have been trying to find files containing the words AAA, BBB and CCC.
I tried:

grep AAA `grep BBB files*` grep CCC files*
but is does not work
I tried several ways

this is an easy one but...
4,036
Posted By murbina
SORT by letter
Hello again,

Since I am UNIX new user I have this question:

I have this file:

1 A A
1 A A
1 A A
1 B B
1 B B
1 X X
1 X X
1 C C

Could anyone of you help me to sort this file like...
3,582
Posted By murbina
Sort by Columns
Hello, I am new in UNIX

I am looking for a instrction to sort a file by columns 6,25 and 41

this is what I tried but not getting the correct result:

sort -t= -k1.6,1.25,1.41 to_sort.txt >...
Showing results 1 to 4 of 4

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