Search Results

Search: Posts Made By: OSLEVEL
24,090
Posted By OSLEVEL
Bc
Try using ksh and bc calculator:

for i in `echo "for(i=1;i<11;i++) i"|bc` ; do printf "mkdir test%02d\n" $i; done
24,090
Posted By OSLEVEL
Try using bc and ksh: for i in `echo...
Try using bc and ksh:

for i in `echo "for(i=1;i<11;i++) i"|bc` ; do printf "mkdir test%02d\n" $i; done
4,883
Posted By OSLEVEL
These files could be deleted by a cleaning script...
These files could be deleted by a cleaning script in the crontab or logrotation.

Squid may be installed during the OS installation.
6,215
Posted By OSLEVEL
Use the umask command
Hi,

You can set the umask to 022 in the user profile.

Have fun.
Showing results 1 to 4 of 4

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