Computer Problems? Computing.Net has over 1,000,000 posts about all things technology related! Over 90% answered within 24 hours! Click here to start participating now! Also, be sure to check out the New User Guide.
find command to skip file etns
Name: mehulnp Date: January 17, 2007 at 14:41:50 Pacific OS: unix CPU/Ram: unix Product: solaris
Comment:
Hi,
I want to find files excluding certain file extension in perl script i am using the below
Name: thepubba1 Date: February 2, 2007 at 18:54:21 Pacific
Reply:
Did you assign a value to the variable $data_file?
The find statement executes on my system. The only other guess I'd have is if there is some code before the find statement or if you have a shell environment that doesn't like the >>$data_file being on a separate line.
Summary: Hi: 1. I have a list of files in a directory. This directory can contain a normal file or a tar file of the format *.tar.*, where * is wild character. Now to find out whether t...
Summary: What are the commands to list files: having only three alphabets? Starting with a digit and ending with a digit? Having only uppercase letters? ...
Summary: Hi, How could i do with a find command to find all the the files of my dir, skipping *.gz, *.pid, *.sh ? I tried with -prune, but doesn't seems to work (and i am probably not good enough!!) Thank's ...