from small one page howto to huge articles all in one place
poll results
Last additions:
May 25th. 2007:
April, 26th. 2006:
| You are here: manpages
fstab-decode
Section: Maintenance Commands (8) Updated: May 2006 Index
Return to Main Contents
NAME
fstab-decode - run a command with fstab-encoded arguments
SYNOPSIS
fstab-decode COMMAND [ ARGUMENT]...
DESCRIPTION
fstab-decode
decodes escapes in the specified FIARGUMENTs
and uses them to run COMMAND.
The argument escaping uses the same rules as path escaping in
/etc/fstab,
/etc/mtab
and /proc/mtab.
EXIT STATUS
fstab-decode
exits with status 127 if
COMMAND
can't be run.
Otherwise it exits with the status returned by COMMAND.
EXAMPLES
fstab-decode umount $(awk '$3 == vfat { print $2 }' /etc/fstab)
Index
- NAME
-
- SYNOPSIS
-
- DESCRIPTION
-
- EXIT STATUS
-
- EXAMPLES
-
|