Search Results

Search: Posts Made By: OSLEVEL
23,960
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
23,960
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,827
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,202
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 09:10 AM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy