Search Results

Search: Posts Made By: khedu
Forum: UNIX and Linux Applications 10-03-2011
1,871
Posted By khedu
Calling script - Called script concept.
Hi Guys,

I am new to unix and would like to know the basics about calling a shell script from another shell script.

I would like to know if the calling script can finish in any way before...
10,329
Posted By khedu
Oh perfect! Works fine..! Corona Cheers!! ...
Oh perfect! Works fine..!

Corona Cheers!!

Khedu.
10,329
Posted By khedu
Hi Corona and Alister, Your command ->...
Hi Corona and Alister,

Your command -> iconv -c -f UTF8 -t ASCII source.txt > output.txt.out and tr -d '\200-\377' <file.txt >file.txt.out to remove degree symbol worked fine, I also want to know...
10,329
Posted By khedu
Tried both the options but did no help...
I tried /usr/bin/perl -i -pe 's/[^\u2103]//g' file.txt > newfile.txt -- It gave an empty newfile.txt and the content of file.txt got changed to the name of it.

sed -e 's/\°//g' -- did not replace...
10,329
Posted By khedu
The above used sed command doesn't replace the...
The above used sed command doesn't replace the degree symbols from the text files even with -i option. Help required on this..
10,329
Posted By khedu
How to remove degree symbol from the TXT files?
I have TXT files[2000] to process but they contain the degree symbols in them due to which the processing program fails on these files. I want a unix command that will remove the degree symbols from...
7,741
Posted By khedu
Removing leading spaces from the variable value.
Hi All,

I am trying to replace the value of a xml tag with a new one. But, the existing value in the xml contain leading spaces and I tried to remove that with different sed commands but all in...
Showing results 1 to 7 of 7

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