Search Results

Search: Posts Made By: kaka
4
1,700
Posted By kaka
I meant write my own shell not use one of the...
I meant write my own shell not use one of the previous ones, how would i do that, is it even possible.

Thank you for the other stuff i kind of knew some of that stuff like chmod and cp
4
1,700
Posted By kaka
Shell
How would i go about creating a shell that will allow me to change file status and copy from one directory to another??

I would appreciate it if you could give me a website with a tutorial so i...
4,859
Posted By kaka
Thank You. DO youhave any idea how to do the same...
Thank You. DO youhave any idea how to do the same thing but make all the files in directory and its sub directories to copy inhibit
4,859
Posted By kaka
find PRIVATE -type f | while read N ...
find PRIVATE -type f | while read N
dir=`dirname $N`
base=`basename $N`
mv $N ${dir}/.${base}
done



I am new to unix can you explain that code? Does it do this:

my Main...
4,859
Posted By kaka
so how would i go about renaming all the files in...
so how would i go about renaming all the files in a directory and its sub dirctories to the same names with a . in front of them????
like a mv -R * .* or something so all the files keep there...
4,859
Posted By kaka
2 Unix questions
If I wanted to do the following things to all the files in a directory how could I do it. Make all the files in a directory and in its sub directories to hidden status and make a different directory...
Showing results 1 to 6 of 6

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