Search Results

Search: Posts Made By: visio2000
3,401
Posted By visio2000
Have you tried this (it gives only file name): ...
Have you tried this (it gives only file name):


cd /root/admin/files
ls |awk '{print $1}'|head -1
1,688
Posted By visio2000
Thanks. I will try.
Thanks. I will try.
1,688
Posted By visio2000
How to make parent shell finish last?
Hi all,
I have a shell that kicks off several sub-shells and make them run parallelly, like:

shell1.sh &
shell2.sh &
shell2.sh &
...

However, since all sub-shells run parallely, the...
2,278
Posted By visio2000
Why CPU time is longer than Elasped time?
I thought a program's elapsed time, some program language call it real time, should be the time of a program from start to finish. And it should be equal or longer than CPU time. This is true for the...
22,781
Posted By visio2000
Is possible to use umask to set file permission as 775?
Hi, all!
Is it possible to use umask and to set the file permission level as 775?

I know I can add chmod into my scripts but I just want to explore the umask option.

Thanks!
9,909
Posted By visio2000
thanks a lot Ranjith.
thanks a lot Ranjith.
9,909
Posted By visio2000
Loop through subdirectories to gzip files
I have a directory has many subdirectories. Each subdirectories has several very large files. Some of the large files already compressed (*.Z). I need to uncompress those files if they are *.Z files...
Showing results 1 to 7 of 7

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