Search Results

Search: Posts Made By: jayii
1,049
Posted By jayii
[solved] Problem with find
hi All,

I am using the command
find /home/mqm/check/ -mtime +1|wc -l
to get a count of the files older than a day under the check directory. But instead of getting the count of the files...
4,361
Posted By jayii
calling a shell script from another server
Hi,

I have a script in server1 which checks the all the directories if any unprocessed messages are there or not. It creates a file mailinfo.txt on that server which has the information of the...
1,813
Posted By jayii
Finding more than one directories
Hi,

can you please let me know what command i can use to collate the path information of more than one directories in a file

Thanks in advance
4,361
Posted By jayii
calling a shell script from another server
hi All,

There is a requirement where i need to call a script which is on another server(say server2).
Any pointers on how i can achieve this?

I tried the command
ssh **ipaddress**...
979
Posted By jayii
Scripting questions, remote access
Hi,

Background: There are 2 servers server1 and server2
In server1 i have my script to perform a functionality from the script in server1 i m calling a script named action in server2. The script...
1,592
Posted By jayii
thanks methyl:)
thanks methyl:)
1,592
Posted By jayii
Help me
Hi,
I have a query regarding searching the threads initiated by me.

Once i browse out from the page where i have started the query. i m not able to see the replies to my post later.
Is ther any...
1,813
Posted By jayii
Superb...:) Its working as well:):):) ...
Superb...:)

Its working as well:):):)

I have a general doubt regarding the website. After i logout..how can i check the replies to the thread inititated by me???
1,813
Posted By jayii
hi Scott, Your suggestion is working good. ...
hi Scott,
Your suggestion is working good.
Thanks for the fast response:)

---------- Post updated at 07:59 AM ---------- Previous update was at 07:56 AM ----------

Can you also suggest the...
1,813
Posted By jayii
find function
Hi,

There is requirement where I need to search if a particular directory name is present or not and if its present I need to collate the paths of the directories in a file.
I tried the below...
1,116
Posted By jayii
Execution problem
Hi,
I have been trying to run a simple script

CONFIG_FILE="/jay/check"
.
.
.
for i in `cat $CONFIG_FILE`
do
loc=`echo $i | cut -d "|" -f2`
var=$(find $loc -mtime -1|wc -l)
if [ var -ne...
Showing results 1 to 11 of 11

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