"jorl17" <wineforum-user@xxxxxxxxxx> wrote: > cat /proc/mounts | grep gvfs-fuse-daemon It would be somewhat more efficient, and much more in keeping with "the Unix/Linux way", to redirect grep's input instead of piping the file through cat: grep gvfs-fuse-daemon < /proc/mounts