Search Results

Search: Posts Made By: gadba
3,039
Posted By gadba
Thanks Rajamahavan, Ygor, both work in Solaris....
Thanks Rajamahavan, Ygor, both work in Solaris. and thanks all of the rest.
3,039
Posted By gadba
$ tr -s " " "\n" < try1.txt etst test1 ...
$ tr -s " " "\n" < try1.txt
etst
test1
fdsfsdfds
test1
$ tr -s "\t" "\n" < try1.txt
etst test1 fdsfsdfds
test1
$

I did not get the duplicates picked up.
3,039
Posted By gadba
$ tr -s "[ \t]" "\n" < try1.txt etst test1...
$ tr -s "[ \t]" "\n" < try1.txt
etst test1 fdsfsdfds
test1
3,039
Posted By gadba
i relaced "file_name" with the source file,...
i relaced "file_name" with the source file, tried, and nothing found in the "output_file".

---------- Post updated at 09:57 PM ---------- Previous update was at 09:51 PM ----------



Should...
3,039
Posted By gadba
no remove old file, just find the dups and spool...
no remove old file, just find the dups and spool those to a new file.
thanks.
3,039
Posted By gadba
Detect duplicated words in file
I have big spooled file which contains thousands of user account Ids. I'd want to find the duplicates of the ids in the file. Say those ids are words with numbers + alphabets, no special characters....
Showing results 1 to 6 of 6

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