![]() Related Questions Latest Answer : find / -atime -30 ... Latest Answer : To display help text for a Unix command from the Unix system manual. ... Latest Answer : 0 or 1; depending upon the arguments given to kill. to enforce killing use kill -9 ... Latest Answer : You can also use "finger" ... Read Answers (2) | Asked by : nimish Latest Answer : This is easiest way:sleep seconds ... Latest Answer : Tested script.#! /usr/bin/kshecho "start"for name in `ls -1`doecho "name $name"name1=`echo $name | tr [A-Z] [a-z]`;echo "name1 $name1"mv $name $name1;if [ -z $name ]thenexit;fidone ... == Users and permissions practicum == * Rig it so everything in the folder gets deleted tonight at 10pm. Every night at 10pm.== Local security == * How do you feel about `sudo`? * What's the difference Create a program to find out the inode number of any desired file Latest Answer : read fname #file name to be searched.p=`pwd`cd /l=`find -name $fname`l=`echo $l | ls -i`set $lecho "inode is $1"cd $p ... Write a shell script to find the smallest of three numbers that are read from the keyboard. Latest Answer : echo first_numread first_numecho second_numread second_numecho third_numread third_numif (first_num>second_num) then if (first_num>third_num) then echo $first_num is the biggest else echo $third_num is the biggestelif ...
Sponsored Links
| ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||