2
## Copyright (C) 2004 Aaron Bentley
4
## See the file "COPYING" for further information about
5
## the copyright and warranty status of this work.
9
# executes the command ($* are the arguments after the command name)
13
echo Please provide a file name
16
echo -n "$(tla id $1|cut -f 2) "
17
stat --format="dev=%d:ino=%i:mtime=%Y:size=%s" $1
20
# one-liner description for aba help
23
aba_desc gen-sig "generates an inode-sig for a file"
26
# short help for aba command -h, --help
30
usage: aba gen-sig filename
32
Generates the inode signature for a given file.
37
# extended help for aba command -H or aba help command
44
# arch-tag: gen-sig by Aaron Bentley (15:06 Feb 11 2004)