Flashnux

GNU/Linux man pages

Livre :
Expressions régulières,
Syntaxe et mise en oeuvre :

ISBN : 978-2-7460-9712-4
EAN : 9782746097124
(Editions ENI)

GNU/Linux

Debian 7.4.0

(Wheezy)

fstab-decode(8)


fstab-decode

fstab-decode

NAME
SYNOPSIS
DESCRIPTION
EXIT STATUS
EXAMPLES

NAME

fstab-decode − run a command with fstab-encoded arguments

SYNOPSIS

fstab-decode COMMAND [ARGUMENT]...

DESCRIPTION

fstab-decode decodes escapes in the specified ARGUMENTs 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)



fstab-decode(8)