Search Results

Search: Posts Made By: qamar.alam
4,297
Posted By qamar.alam
find command is working fine for me. But I need...
find command is working fine for me. But I need to redirect destination path also in my tmp_file.


exec < out_interfaces.cfg
while read source_path $destination_path
do
find $source_path...
4,297
Posted By qamar.alam
The program who is writing on the source is...
The program who is writing on the source is opening and closeing file multiple times in 1 minutes.
4,297
Posted By qamar.alam
No I can't move the file. because in some cases I...
No I can't move the file. because in some cases I need to copy same file in 2 different directories.
So once I copy the file on destination I will redirect source_path in a tmp file. once completed...
4,297
Posted By qamar.alam
What's your system? -My system is AIX. ...
What's your system?
-My system is AIX.


Also, why do you need to avoid copying these files? Are these files being uploaded by FTP or the like?
-These files generated from other programs my...
4,297
Posted By qamar.alam
Check file time stamp
Hi,

I need help to read file in a directory on basis of time stamp.
e.g. If file access in last 2 minutes it should not be copy to remote directory.

Below is my script.

#!/bin/ksh
...
2,188
Posted By qamar.alam
Select files by time stamp
Hi,

I need help to read file in a directory on basis of time stamp.
e.g. If file access in last 2 minutes it should not be copy to remote directory.

Below is my script.
...
1,649
Posted By qamar.alam
Thank you so much corona688... It's really good...
Thank you so much corona688... It's really good and straight forward solution.
1,649
Posted By qamar.alam
validate case statement
Hello,

I need to take the input from user on below format and validate it.

ddd:hr:mm where ddd=mon-sun(days) , hr:hour (0-23) , mm=min(0-59).
Please assist me for getting input from user.
...
Showing results 1 to 8 of 8

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