
paste | 343
Linux
Commands
This is the Title of the Book, eMatter Edition
Copyright © 2006 O’Reilly & Associates, Inc. All rights reserved.
Options
-d, --delete
Delete the password for the user’s account.
-f, --force
Force the operation. Overrides -u.
-?, --help
Display a help message describing the options. See also --usage.
-i days, --inactive=days
Set the number of days after a password has expired before the
account is disabled.
-k, --keep-tokens
Keep passwords (authentication tokens) that have not expired.
-l, --lock
Lock the user’s account.
-n days, --minimum=days
Set the minimum number of days that the password is valid.
-S, --status
Print the status of the user’s password.
--stdin
Read new passwords from standard input.
-u, --unlock
Unlock the user’s account
--usage
Display a brief usage message. See also --help.
-w days, --warning=days
Set the number of days of warning users will get before their
password expires.
-x days, --maximum=days
Set the maximum number of days that the password is valid.
paste
paste [options] files
Merge corresponding lines of one or more files into tab-separated
vertical columns. Use - to read from standard input, instead of
specifying a file. See also cut, join, and pr.
Options
-dchar, --delimiters=char
Separate columns with char instead of a tab. You can separate
columns with different characters by supplying more than one
char.
--help
Print a help message and then exit.
-s, --serial