1fstab-decode(8)             System Manager's Manual            fstab-decode(8)
2
3
4

NAME

6       fstab-decode - run a command with fstab-encoded arguments
7
8

SYNOPSIS

10        fstab-decode COMMAND [ARGUMENT]...
11
12

DESCRIPTION

14       fstab-decode  decodes  escapes in the specified ARGUMENTs and uses them
15       to run COMMAND.  The argument escaping uses  the  same  rules  as  path
16       escaping in /etc/fstab, /etc/mtab and /proc/mtab.
17
18

EXIT STATUS

20       fstab-decode  exits with status 127 if COMMAND can't be run.  Otherwise
21       it exits with the status returned by COMMAND.
22
23

EXAMPLES

25       fstab-decode umount $(awk '$3 == "vfat" { print $2 }' /etc/fstab)
26
27
28
29                                   May 2006                    fstab-decode(8)
Impressum