Dexter Jin

Chapter 11 Uploaded

1 +#!/bin/bash
2 +
3 +FILES=${1}
4 +
5 +if [ ${#} -ne 1 ]
6 +then
7 + echo "Usage : psget process_name"
8 +fi
1 +#!/bin/bash
2 +
3 +FILES=${1}
4 +
5 +if [ ${#} -ne 1 ]
6 +then
7 + echo "Usage : rv files or directories"
8 +fi
1 +#!/bin/bash
2 +
3 +DIRECTORY=${1}
4 +
5 +if [ ${#} -ne 1 ]
6 +then
7 + echo "Usage : $0 directory"
8 +fi
1 +#!/bin/bash
2 +
3 +DIRECTORY=${1}
4 +
5 +if [ ${#} -ne 1 ]
6 +then
7 + echo "Usage : $0 directory"
8 +fi
9 +
10 +##################################
11 +## Get Checksum of file ##
12 +## checksum=`md5sum file` ##
13 +##################################
No preview for this file type
No preview for this file type