|
From: George on 10 Apr 2008 08:51 What are the codes to allow me to do so? There is a argument(directory). The program list all the files with file size > 1KB under that directory. Any idea would be appreciated!
From: Soltys on 10 Apr 2008 10:03 George pisze: > What are the codes to allow me to do so? > > There is a argument(directory). The program list all the files with file > size > 1KB under that directory. > > Any idea would be appreciated! man find should give you some clue on -size parameter In case you're having problems with man try google -- Soltys "Free software is a matter of liberty not price"
From: Bit Twister on 10 Apr 2008 10:12 On Thu, 10 Apr 2008 20:51:08 +0800, George wrote: > What are the codes to allow me to do so? http://tldp.org/LDP/abs/html/index.html > There is a argument(directory). The program list all the files with file > size > 1KB under that directory. > > Any idea would be appreciated! man find and do bookmark this large FAQ search engine http://groups.google.com/advanced_search
From: Allodoxaphobia on 10 Apr 2008 11:04 On Thu, 10 Apr 2008 14:12:56 +0000 (UTC), Bit Twister wrote: > On Thu, 10 Apr 2008 20:51:08 +0800, George wrote: >> What are the codes to allow me to do so? > > http://tldp.org/LDP/abs/html/index.html > >> There is a argument(directory). The program list all the files with >> file size > 1KB under that directory. >> >> Any idea would be appreciated! > > man find > > and do bookmark this large FAQ search engine > http://groups.google.com/advanced_search Since you found alt.os.linux, I assume you can pick up and follow: comp.unix.shell which is a shell programming ng for all things *nix. My suggestion to you: _Read_ (only) that ng for 6 months or so before you ever ask (what will surely be) a FAQ! As you're stumbling around and making mistakes with shell programming (as all of us did at one time), do as Bit Twister says and _search_ for answers to your questions in comp.unix.shell via http://groups.google.com/advanced_search http://linux.dbw.org/shellscript_howto.html http://www.tldp.org/LDP/Bash-Beginners-Guide/html/index.html http://tldp.org/HOWTO/Bash-Prog-Intro-HOWTO.html http://www.opengroup.org/onlinepubs/009695399/utilities/xcu_chap02.html http://en.tldp.org/LDP/abs/html/ You'll be drinking from a firehose for a time. (Now if I continue on and find you've multi-posted this ......) Jonesy -- Marvin L Jones | jonz | W3DHJ | linux 38.24N 104.55W | @ config.com | Jonesy | OS/2 *** Killfiling google posts: <http://jonz.net/ng.htm>
|
Pages: 1 Prev: The Typical Linux User Next: Trying to read/write to Vfat/FAT32 partitions |