Summary: I've got an expect script that is run through cron everynight that is supposed to secure copy a few files from a different server as well as do a few ...
Summary: Hi, I am running a couple of perl scripts from the main shell. I have used "|| die" on all open and print commands used within the perl to trap the ...
Summary: Hi you all, I want to copy a directory which has a couple of subdirectories to a remote directory. Including the files in the subdirectories. the comm...
Summary: Question four makes it sound like you believe that the 'cat' command concatenates files. That is not specifically true. The cat command reads the fil...
Summary: A little more specificity and less seemingly irrelevant detail would be helpful. Assuming that the real question is how to write both a date and erro...
Summary: Well theres no need to retype the file names.. when you use the Wildcards as mentioned . It will copy all the files in the same format.. please let me...
Summary: I am running Solaris 7 and am trying to monitor log messages on a particular port and direct them to a log file. When I try to run a tip in the backg...
Summary: hello there! i'm not sure how to do this but is there a program that would run in windows 2k that would monitor an application log file running in hp...
Summary: The script below will launch a tail command in background, then every 30 seconds it checks the inode of a.log to see if it is the same file that the c...
Summary: Hi, I have a qn which I hope someone might be able to solve. I need to write a c procedure that logs the output for piped child processes , refl...
Summary: Hi, I have two scripts running at same time and writing the output to same file, within the script, I have echo "high||ID||desc" >>logfile . Can we p...
Summary: We're running a server program that keep adding message into a log file, and it's supposed to run 24/7. Is there any way that we can edit this log fil...
Summary: Hi, Below script has some errors can any one help #!/bin/ksh #cdstat1.sh for file in send*.log do if [ -f ${file} ] then echo "`grep /ripsapps/ripsu...
Summary: Hi, I have a complex shell scripting requirement. 1. I need to fetch last 7 days archived log files by querying database. 2.Then I have to compare th...
Summary: Is it possible to remotely delete a file. Similar to copying to a remote machine, like rcp. I have a script in which I copy a sql file to another ma...
Summary: Hi Guys, i have a perl script running unix environment which will append some results into a file before it's being copied into another directory, the...
Summary: I need to tar, copy or zip an ASCII text file that is large onto multiple floppy disks from a Unix machine. Then I need to restore this file onto a W...
Summary: I am look for a shell script to scan all files in the system to find out if a file contains a particular string. If yes, then write the file name, pat...
Summary: The path /apps/vitria/BW31/bin/ is in the $PATH directory and it's fine manually, but for some reason running the command: /apps/vitria/BW31/bin/vtadm...
Summary: Hi Frank, If the problem above is that of the Program name not been printed completely, i.e. C__Program Files_Embarcadero_DBA700_DBArt700_exe, i s...
Summary: Dear all, I have a problem on capture the output of ufsdump. I have tried to run it on system prompt, but the log file is still empty. The output mess...
Summary: Hi Is there anyway of doing a "cat" of the start & end of a file & append it to another eg: __Start file______ 00:00 this is the start........ . . . 0...
Summary: I need to do some housekeeping by moving log files after 1 month to another directory. Are there any unix commands or script to help me? I am totally ...