Linux and UNIX Man Pages

Linux & Unix Commands - Search Man Pages

mdsum(1) [debian man page]

mdsum(1)							   GNU Telephony							  mdsum(1)

NAME
mdsum - compute file digests using any supported algorithms. SYNOPSIS
mdsum [options] [paths...] DESCRIPTION
This command computes a message digest for one or more specified files. If no files are specified, then stdin can be used. Any digest algorithm available in libusecure may be selected and used. Entire directory trees may also be examined and computed using the -R (--recursive) option. OPTIONS
--digest=name Specify name of digest algorithm. By default md5 will be used, unless the command is executed through a symlink which happens to match an algorithm name. --follow Dereference and follow symlinks. Otherwise they are ignored. --recursive If argument is a directory, recursively scan directory and any subdirectory contents as arguments. --help Outputs help screen for the user. AUTHOR
mdsum was written by David Sugar <dyfet@gnutelephony.org>. REPORTING BUGS
Report bugs to bug-commoncpp@gnu.org. COPYRIGHT
Copyright (C) 2010 David Sugar, Tycho Softworks. This is free software; see the source for copying conditions. There is NO warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICU- LAR PURPOSE. GNU uCommon January 2010 mdsum(1)

Check Out this Related Man Page

car(1)								   GNU Telephony							    car(1)

NAME
car - crytographic archiver. SYNOPSIS
car [options] [paths...] car --decode [.carfile] DESCRIPTION
Creates and decodes portable cross-platform crytographic archives. An archive can be a collection of files, or an in-stream message that is piped. Output can be to a binary .car file, or ascified text. A symetric cipher is used, and the passhrase is hashed to form a key. OPTIONS
--cipher=name Specify symetric cipher. By default 256 bit aes is used. --decrypt Specify decryption operation on an existing car stream or file. If no file is specified, stdin is used. --digest=name Specify name of digest algorithm. By default sha will be used. --follow Dereference and follow symlinks. Otherwise they are ignored. --output=filename Specify output file for a new archive. By default stdout is used. --overwrite Always overwrite existing files without prompting. --quiet Non-interactive and no status output. --recursive If argument is a directory, recursively scan directory and any subdirectory contents as arguments. --help Outputs help screen for the user. AUTHOR
car was written by David Sugar <dyfet@gnutelephony.org>. REPORTING BUGS
Report bugs to bug-commoncpp@gnu.org. COPYRIGHT
Copyright (C) 2010 David Sugar, Tycho Softworks. This is free software; see the source for copying conditions. There is NO warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICU- LAR PURPOSE. GNU uCommon January 2010 car(1)
Man Page

6 More Discussions You Might Find Interesting

1. UNIX for Dummies Questions & Answers

recursive directory listing with ownership

i'm playing around with "ls" and "find" and am trying to get a print out of directories, with full path, (recursive) and their ownership.... without files or package contents (Mac .pkg or .mpkg files). I'd like it simply displayed without much/any extraneous info. everything i've tried, and... (5 Replies)
Discussion started by: alternapop
5 Replies

2. UNIX for Dummies Questions & Answers

help with recursive copy command

Hi Guys, I am experiencing a problem right now while copying a directory as well as its subdirectories to my target directory. I know this is a very simple UNIX command using cp -R source directory target directory. but unfortunatley while doing this an error comes up on the command line saying... (2 Replies)
Discussion started by: Knowledge_Xfer
2 Replies

3. UNIX for Dummies Questions & Answers

How does solaris recursive scp work?

How does recursive scp work? By recursive I think it should follow all the directories and copy all the matching files. It doesn't work like what I would expect. Here is a simple example that shows scp -r does not go into the subdirectories "one" and "two": $ ls one two zero.txt $ ls one... (6 Replies)
Discussion started by: mattx10
6 Replies

4. Shell Programming and Scripting

Scripting help : new to scripting

I want to scan a directory (not subdirectory) recursive and if there is any new file created in that directory then send a mail using sendmail command and remove the file from that directory. I know how to generate mail but i am not able to do scripting to find new addition of file in... (5 Replies)
Discussion started by: adarshk
5 Replies

5. Shell Programming and Scripting

Symlink creation

I am trying to setup my plex server to use symlinks rather than host the movie files. in my storage directory, i have both movies(some in subdirectory of the name and some just in the parent directory) and tvshows, which have subdirectories for each season, which contains the episodes i would... (3 Replies)
Discussion started by: bandion
3 Replies

6. Shell Programming and Scripting

Move directory recursive and leave symlinks at source

Looking for a script or command to - Move a very large directory with tens of thousands of files and sub-directories recursively (filenames can include spaces) and replace with symlinks pointing to the new location at the same time so there is no downtime Looking for speed + safety :o (5 Replies)
Discussion started by: carnagel
5 Replies