Computing.Net > Forums > Unix > Search Results

Quick Links

Computing.Net Solution Center
Desktop Access to Search
Ask a New Question

Sponsored Results for: Find file & execute command

Ads by Google


Show Within: One Month | One Year | Forever
Search Results for: Find file & execute command

Product Search Results


Results 1 - 25 of 5766

[higher confidence] - higher confidence, [lower confidence] - lower confidence

Find file & execute command
    Summary: Your original "find . -type f filename -print " is an erroneous find command. If you want to: find all files named "automate.st" (assume 1 per direc...

how to find files and move to direc
    Summary: How do you find files, then copy the files into an existing directory. I am to find files starting with N which is not more than 10 days old, then cop...

find files
    Summary: hi there, how to find files more than 90 days and copy it to another directory using HPUX/unix command? is the command same for unix or hpux ? ...

Shell script to find files
    Summary: > find . -name 'text' | exec {} vnmr.awk "-exec" is part of "find", not a separate command, and "{}" stands for the current file name returned by find...

finding files
    Summary: What shellscript would I use If I wanted to list all files in the current directory which are identical to a certain filename. I am told to use binar...

find files in specific date
    Summary: dear all, how to find files in the specific date. I usually use this syntax : find -ctime +n / -n ( day) if I used this file, I still have to count t...

find files in current dir ONLY
    Summary: Arne: If you don't have maxdepth, try this: # find all on one line find . -type f|awk ' gsub("^./","") '|egrep -v "/" provided you execute find in the...

Finding large files!
    Summary: Find files that exceed 1000000 characters (this will list the fullpath filename): find /home/users -type f -size +1000000c Or you can tell the find co...

find file with no extension
    Summary: How can I use the unix command to find the file that is no extension (eg. /tmp/test ) ...

Check for new file, exec sql*plus
    Summary: For every 15 min, I would just put it in cron (no sleep loop).  Before putting in cron, do your testing by running it manually (a single execution ea...

Limiting the find command
    Summary: Refer the options -maxdepth and -mindepth of find command man find -maxdepth levels Descend at most levels (a non-negative integer...

Finding 5mnts old Files
    Summary: Except that sreesri is probably using one of the versions of 'find' that doesn't have '-mmin'. In fact looking at the online man pages to determine th...

Recent File List - AIX
    Summary: Each time your cron job runs, it can update the date stamp on a control file which allows it to remember when it ran last.  The controlfile and the ou...

find pathname of executing script
    Summary: Kevin, dirname will strip the last component from fileref, and it does not care if that is a file or directory, existant or not. Since $0 represents ...

finding new files
    Summary: The solution above would find files system-wide that have been created or modified in the last 24 hours. If you want to target a specific directory, t...

side effects of dot commands (ksh)
    Summary: "I checked my man pages but could not locate anything specific on the persistant behaviour." From the manpage for ksh: * . file [ arg ... ] ...

find file
    Summary: I cannot produce the problem, and I am in a single directory containing 6,333 files. Would like to see your exact find command. ...

How to find file older than 4 hours
    Summary: Hi, I have to move files older than 4 hours from a directory to another. How to find these file ? The find command with -mtime can't be applied becaus...

find command to skip file etns
    Summary: Hi, I want to find files excluding certain file extension in perl script i am using the below `find . -type f ! \( -name "*.gz" -o -name "*.tar" -o -...

How to find out the file by hour
    Summary: Probably the best solution is to create a file with the unix touch command, and then use the find command's -newer option. The following link describ...

guru?
    Summary: Hi, If you didn't have a valid backup do the following: Shutdown your system, startup in singel user mode. go to the directory where your file was. ex...

sed on a file
    Summary: M, I do not know how to use sed to solve this, but I have another idea. If the "input_file" contains dirty1 dirty2 dirty dirty3 line1 And if you want ...

How to remove files after 6 hours
    Summary: The script is not dependent on the content of /tmp/timestamp. The touch command will either create an empty file or update the timestamp of a file bas...

.exrc file and exinit command
    Summary: U send me all details of .exrc file in unix and exinit command....

c-shelll command
    Summary: HI, I have a couple question about C-Shell command. 1.) How to create a variable named d140 (non-environment) whose value is the path to your FILE1 s...

Jump To: 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | >>

Sponsored Results for: Find file & execute command

Ads by Google