Search Results

Search: Posts Made By: vishnu_vaka
2,506
Posted By vishnu_vaka
removing spaces after sperator
Hi friends
i have problem
6000000001| CDC049| 109| CDC| 02/02/2006| Auto| New Add| 02/03/2006
6000000002| CDC033| 109| CDC| 02/02/2006| Auto| New Add| 02/03/2006
6000000003| ...
1,982
Posted By vishnu_vaka
if u installed the gui properly u can try these...
if u installed the gui properly u can try these commands like
gdm
or kdm
or X
1,757
Posted By vishnu_vaka
hi i think the problem is with print try...
hi
i think the problem is with print try removing print statement awk will print by default
and the return value is from gsub


gsub(regex, str [, target]) N

Globally substitute str for...
2,875
Posted By vishnu_vaka
yes, blotorch is right i send the same code as...
yes, blotorch is right
i send the same code as blotorch actually i didn't see it

the reply given by blotorch is working fine for the next problem u r given

bye
2,875
Posted By vishnu_vaka
cut -d' ' -f3 2.txt |paste 1.txt - 2.56...
cut -d' ' -f3 2.txt |paste 1.txt -


2.56 66.82 *** 24.2
2.56 66.82 *** 23.6
2.54 66.84 *** 22.1
2.54 66.84 *** 28.1
2.51 66.84 *** 72.3
2.51 66.84 *** ***
2.51 66.86 *** ***
2.49...
2,129
Posted By vishnu_vaka
Problem in sorting the file
file format is
word filename no.of occurances
------------------------------
wish f3.txt 2
wish f2.txt 1
cold f1.txt 5
cold f2.txt 3
cold f1.txt 3
cold e.txt 3
gold f1.txt 7
gold f3.txt 3...
29,096
Posted By vishnu_vaka
use double qoutes instead of single quotes wil...
use
double qoutes instead of single quotes wil solve the problem
sed "s/$a//g" inputfile>tempfile;mv tempfile inputfile


will give the desired result
Showing results 1 to 7 of 7

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