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.
What is wrong?
Name: Sun Date: July 15, 2006 at 09:17:59 Pacific OS: Win-xp, Unix CPU/Ram: -- Product: --
Comment:
What is wrong in this:
$ for i in 'find /cygdrive/*/R/S/INFO2'; do cp /cygdrive/d/R/S/infocp $i; done
cp: target `/cygdrive/d/R/S/INFO2' is not a directory
About the quotes you are right I corrected that, but it seems that what I did don't achieve what I want.I want to copy infocp file to INFO2 file. It produces: $ for i in `find /cygdrive/*/R/S/INFO2'; do cp /cygdrive/d/R/S/infocp $i; done > > > I am beginner and don't know about this? Need guide please
Summary: The following are fragments of a shell script designed to find the value of a shell variable. If the variable is unset (null) it sets it; if it already has a different value, it inserts a string and t...
Summary: What is unix? just anothere os? If so is it like linux/win/mac? Is it hard to figure out? i got time and like to tinker. Oh ya if its an os is it free? Im am just curious i am trieng to expand my know...