Search Results

Search: Posts Made By: Annorax
6,072
Posted By Annorax
That works out great. Thank you very much.
That works out great. Thank you very much.
6,072
Posted By Annorax
Thank you very much again. However, the "fake"...
Thank you very much again. However, the "fake" nohup doesn't seem to be working as it console sits there until I break. Is this possible?
6,072
Posted By Annorax
Thanks for the script, but is there any way to...
Thanks for the script, but is there any way to redirect this all to a log file?
6,072
Posted By Annorax
nohup multiple lines?
Hi all,

I have the following problem. I have script1.sh that has a couple lines. This script is a polling script that will loop indefinitely. I have script2.sh which is:

nohup > poll.log...
43,936
Posted By Annorax
This is on an NFS drive which is shared, so I can...
This is on an NFS drive which is shared, so I can access it from RH5, Sun, HP, AIX, operating systems. On any of them, then I mv a folder into another folder, the original folder's modify time is...
43,936
Posted By Annorax
Thanks for that - from that experiment it seems...
Thanks for that - from that experiment it seems that files moved with "mv" do get stamped their original modified time but folders do not. I'm assuming this is because Unix has to recreate the folder...
43,936
Posted By Annorax
I'm sorry for not being clear. I didn't realize...
I'm sorry for not being clear. I didn't realize there were 2 dates. :)

The date I mean is indeed the date in "ls -l" and also the "Last Modified" date that appears in FTP programs like Filezilla.
43,936
Posted By Annorax
They are on the same file system. mv does not...
They are on the same file system. mv does not preserve modified date but stamps it as now.

I could do a copy and delete, but like I said this is a large volume of data so copy/delete would take a...
43,936
Posted By Annorax
mv folders/files without changing modified date?
Hi all,

I'm using Red Hat Linux and want to move some folders and files around but not change the modified date. Is this possible?

I know cp has a -p flag which seems to do what I want, but...
4,786
Posted By Annorax
Compiling all modified Java files in a folder on Unix
Hi all,

I have a Unix script that will compile all Java files in a sub folder as follows:

find . -name "*.java" -print -exec $JAVA_HOME/bin/javac -cp .:$CLASSPATH '{}' \;

I would like to...
1,756
Posted By Annorax
File redirection question
Hi all,

I am working with the Grinder tool (unrelated to my question) to redirect the output of a program to a file as follows:

java -cp $CLASSPATH net.grinder.TCPProxy > grinder.txt

This is...
18,098
Posted By Annorax
Thank you all for the help. Not all of the files...
Thank you all for the help. Not all of the files in the script directory are scripts, so the first script would probably suit me better.

Please forgive my "newbie-ness", but let me just double...
18,098
Posted By Annorax
CRON job to execute all scripts in a directory
Hi everyone:

I'm trying to make a CRON job that will execute Fridays at 7am. I have the following:

* 7 * * 5 [command]

I've been studying up on CRON and I know to have this in a file and...
Showing results 1 to 13 of 13

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