Search Results

Search: Posts Made By: Saravanapk
1,492
Posted By Saravanapk
Hi ahmad, thanks its working fine.:)
Hi ahmad, thanks its working fine.:)
1,492
Posted By Saravanapk
Only the required tag information the XML file file
Hi

i have a single line xml file having many account no tag, from which i need only the account no from the tag. any one can help on this.

below is the xml file:
...
6,371
Posted By Saravanapk
Hi it is not working fine. i am using ksh shell....
Hi it is not working fine. i am using ksh shell. please any one help on this;)

tar -f ds_autoload.tar --delete bin/load_ds
tar: Not a recognized flag: -
Usage: tar -{c|r|t|u|x} [-BdFhilmopsvw]...
6,371
Posted By Saravanapk
How to remove the file from tar file.
Hi

I have a tar file which include extra files that I don't want. How can I remove these files from my tar file?

Eg:

$tar -tvf ds_autoload.tar
-rwxr-xr-x 224 203 24434 Dec 03 20:29:04...
10,729
Posted By Saravanapk
Thanks Frank:)
Thanks Frank:)
10,729
Posted By Saravanapk
Hi Frank, shall i know meaning 047...
Hi Frank,

shall i know meaning 047 what you have used in between the print command.
2,921
Posted By Saravanapk
can you please explain the question more with...
can you please explain the question more with some example.
3,906
Posted By Saravanapk
If the file is Huge size Try this........... ...
If the file is Huge size
Try this...........


sed 's/[^a-zA-Z0-9]//g' inputfilename > outputfilename
4,343
Posted By Saravanapk
Some double quotes are missed in the previous...
Some double quotes are missed in the previous script.
try this....

Code:

while read num domain
do
if [ "$num" -ge "200" ]
then
echo "postmaster@"$domain
fi
done < inputfilename
96,673
Posted By Saravanapk
Finding a directory, if the its availble run the Script.
Hi, i think below script will help you something.....

vari=`find . -name "construction" | grep construction`

if [ "$vari != "" ]
then

run the script. (Give your Script name here)...
Showing results 1 to 10 of 10

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