Search Results

Search: Posts Made By: phonedog365
Forum: Open Source 08-09-2005
338,671
Posted By phonedog365
i learned vi because it was the only editor...
i learned vi because it was the only editor installed on 99% of our machines. while some have pico -- none have emacs. odd.

since then i have grown to really enjoy vi. it is a small-footprint...
3,327
Posted By phonedog365
wouldn't something like this work? ...
wouldn't something like this work?

list=$(awk '{printf $1" "}' listfile)
for oldname in $list; do
newname=$(grep $oldname listfile|awk '{print $2}')
mv $oldname $newname
done
7,419
Posted By phonedog365
yeah, the chmod 777 didn't work. i had to have...
yeah, the chmod 777 didn't work. i had to have the owner chown it for me. thanks for your help!
7,419
Posted By phonedog365
what to chmod to write in a directory?
i am unable to write to some .php files in the following directory:

drwxr-xr-x 3 headroom max 448 Jun 6 2004 Docs

i already tried this:

chmod +777 Docs
chmod:...
Showing results 1 to 4 of 4

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