Search Results

Search: Posts Made By: vikas_kesarwani
1,991
Posted By vikas_kesarwani
actually this utility dos2unix is not installed...
actually this utility dos2unix is not installed on my server
1,991
Posted By vikas_kesarwani
thanks a lot boss.... lets hope the file will...
thanks a lot boss.... lets hope the file will behave normally now :-)
1,991
Posted By vikas_kesarwani
no, i am getting this file from windows server...
no, i am getting this file from windows server via connect:direct.
1,991
Posted By vikas_kesarwani
Replacing strang characters ^Y ^Z ^Q ^A
hello frends, i am facing a problem where when i use vi to ciew my files then every line contains a special character like ^Q ^A ^Y ^Z in the very beginning. i tried to remove them using many...
2,628
Posted By vikas_kesarwani
Nullify the effect of Trap command in later part of the script
Hi All,

i have an issue regarding trap command.
i have specified trap function in the beginning of the script to catch some signals but in the later part of the script i want to remove the...
27,966
Posted By vikas_kesarwani
Thanks all of you for suggestions. Actually man...
Thanks all of you for suggestions.
Actually man pages are disabled on my server
27,966
Posted By vikas_kesarwani
grep -m option
I am new to unix environment, can somebody help me with the grep options like -m.
1,661
Posted By vikas_kesarwani
try this grep "XXX AAAA ZZZZ"* | grep...
try this


grep "XXX AAAA ZZZZ"* | grep *"BBBB LLLL"
174,680
Posted By vikas_kesarwani
please put a backlash "\" before special...
please put a backlash "\" before special characters

sed 's/\*/\@/g'


replaces * with @
174,680
Posted By vikas_kesarwani
You can try this: grep replace | sed...
You can try this:

grep replace | sed 's/replace/perpleaxed/g'

Or you want to relpace line then;
grep replace | sed 's/I want to replace text/I am perplexed/g'
2,134
Posted By vikas_kesarwani
use cut [tpntvkc]:tpntvkc> echo abcdefgh |...
use cut

[tpntvkc]:tpntvkc> echo abcdefgh | cut -c 1-4
abcd
3,655
Posted By vikas_kesarwani
X=0 Y=0 cat -n temp_file | grep VPORCL | awk...
X=0
Y=0
cat -n temp_file | grep VPORCL | awk '{print $1}' > temp_head
while read line
do
arr_head[$X]=$line
arr_tail[$Y]=`expr ${arr_head[$X]} + 4`
X=`expr $X + 1`
Y=`expr $Y + 1`
done <...
3,655
Posted By vikas_kesarwani
This shall be clear, input file is temp_file ...
This shall be clear, input file is temp_file


X=0
Y=0
cat -n temp_file | grep VPORCL | awk '{print $1}' > temp_head
while read line
do
arr_head[$X]=$line
X=`expr $X + 1`
done < temp_head...
1,952
Posted By vikas_kesarwani
I dont need to connect from my office, instead my...
I dont need to connect from my office, instead my pupose is to practice on my home PC.
1,952
Posted By vikas_kesarwani
Need pseudo connectivity
Hi All,

I have putty on my system (Vista). I need some server details to login via internet for my personnel practice. Can any body help me out.
In case this not feasible, just let me know any...
8,460
Posted By vikas_kesarwani
thnx a lot buddy
thnx a lot buddy
8,460
Posted By vikas_kesarwani
remove trailing spaces from a line
I want to remove the trailing spaces from any line of file.
line ending does not follow any pattern.
plz help
62,283
Posted By vikas_kesarwani
replace comma(,) with Tab
hi all,

i have a file with commas(,). i want to replace all the commas with tab(\t).

Plz help...its urgent...
5,355
Posted By vikas_kesarwani
thnx a lot for ur nice suggestions ;)......
thnx a lot for ur nice suggestions ;)......
5,355
Posted By vikas_kesarwani
Transposing a file
i have a file as:

1
2
3
4
5

i want output as :

1 2 3 4 5

can anybody help on this??
1,698
Posted By vikas_kesarwani
Also confirm that while assigning the variable,...
Also confirm that while assigning the variable, it should be between tilds(``)..
Showing results 1 to 21 of 21

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