• This project
    • Loading...
  • Sign in

손희승 / OSS

%ea%b7%b8%eb%a6%bc1
Go to a project
Toggle navigation Toggle navigation pinning
  • Projects
  • Groups
  • Snippets
  • Help
  • Project
  • Activity
  • Repository
  • Graphs
  • Issues 0
  • Merge Requests 0
  • Wiki
  • Snippets
  • Network
  • Create a new issue
  • Commits
  • Issue Boards
  • Files
  • Commits
  • Network
  • Compare
  • Branches
  • Tags
Switch branch/tag
  • OSS
  • Experiments
  • Experiments11
  • Assignment02
  • findDupc
  • finddupc
  • Dexter Jin's avatar
    Chapter 11 Uploaded · b0a4ee14
    b0a4ee14
    Dexter Jin authored 2017-11-05 16:44:04 +0900
finddupc 225 Bytes
Raw Blame History Permalink
1 2 3 4 5 6 7 8 9 10 11 12 13
#!/bin/bash

DIRECTORY=${1}

if [ ${#} -ne 1 ]
then
	echo "Usage : $0 directory"
fi

##################################
##   Get Checksum of file       ##
##   checksum=`md5sum file`     ##
##################################