Search Results

Search: Posts Made By: RaviTej
15,583
Posted By sanjustudy
Hai, in ur java class ur specfying...
Hai,

in ur java class ur specfying some thing to print on console but may be there may be no console
opened to print ur s.o.println from crontab u can't start application which have...
2,081
Posted By spacebar
Post some examples of data in files a.txt and...
Post some examples of data in files a.txt and b.txt that you run the following command on:comm -13 a.txt b.txt
33,942
Posted By Corona688
You are putting backticks where they have no...
You are putting backticks where they have no purpose. You don't need backticks if you're putting the output through a pipe.

Try (uuencode $file1 $file1 ; uuencode $file2 $file2) | mailx -m -s...
1,708
Posted By alister
Did you take a look at it with one of the tools I...
Did you take a look at it with one of the tools I suggested? If not, do so. If you do not know how to interpret their output, post it here (and make sure to use code tags to preserve the formatting)....
31,359
Posted By mirni
You can: 1.) On the source machine create a...
You can:
1.) On the source machine create a list of files and stash it into a variable and issue one scp command:

l=""
while read i ; do
l="$l $i "
done < mylistOfLogs.lst

scp $l...
Showing results 1 to 5 of 5

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