Dexter Jin

Chapter 11 Uploaded

#!/bin/bash
FILES=${1}
if [ ${#} -ne 1 ]
then
echo "Usage : psget process_name"
fi
#!/bin/bash
FILES=${1}
if [ ${#} -ne 1 ]
then
echo "Usage : rv files or directories"
fi
#!/bin/bash
DIRECTORY=${1}
if [ ${#} -ne 1 ]
then
echo "Usage : $0 directory"
fi
#!/bin/bash
DIRECTORY=${1}
if [ ${#} -ne 1 ]
then
echo "Usage : $0 directory"
fi
##################################
## Get Checksum of file ##
## checksum=`md5sum file` ##
##################################
No preview for this file type
No preview for this file type