fstab-decode(8) - Linux man page
Name
fstab-decode - run a command with fstab-encoded argumentsSynopsis
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)