Search Results

Search: Posts Made By: problems
Forum: Programming 08-24-2006
4,037
Posted By problems
file monitoring
Hi i am am monitioring a file every 60 seconds and checking if the file has changed and if it has changed i append the changes to another file. i am able to monitior the change in file size but i...
6,382
Posted By problems
help in getopts
hey

need help with getopts again.

i am using getopts to read my command line options and arguments. i can manage to do for options that have only one argument

e.g srcipt_name -f 3


i...
2,168
Posted By problems
easy script
a script, cheer that prints its parameter as shown in the example below.
eg:
$ cheer U N I X
Give me a U!
U!
Give me a N!
N!
Give me a I!
I!
Give me a X!
X!

#!/bin/sh

for letter
do...
3,656
Posted By problems
getopt help
scriptname [ -l n ] [ -f n ] [ -s name ] [ -d name ]
[ -b name age ] [ -c ]

i have made a script to perform so tasks and i managed to complete the tasks for all the options

the problem i am...
1,888
Posted By problems
search for files
i would like to find files that have been modified during a month. lets say i am type in 2004 06
it will find files in the month of june.
i know using l -la lista all the files and thier attrbutes....
6,344
Posted By problems
thanks but i wanted to copy the files for a...
thanks but i wanted to copy the files for a specilfy month. is it possible to search through the directory list for the specific month specified
6,344
Posted By problems
backup files for a specific month
i am having a problem with writing a shell script to back up files for a specific month. the month and year are specified as paramters. so a backup of all the files modified during the specified...
Showing results 1 to 7 of 7

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