Skip to content

Instantly share code, notes, and snippets.

@bitplane
Created August 16, 2014 21:28
Show Gist options
  • Save bitplane/0e03b8c3a9df375e1c41 to your computer and use it in GitHub Desktop.
Save bitplane/0e03b8c3a9df375e1c41 to your computer and use it in GitHub Desktop.
+ read -r fs_spec fs_file fs_other
+ [[ -n '' ]]
+ _reply_compgen_array
+ local i wlist
+ for i in '${!COMPREPLY[*]}'
+++ printf %q /
++ quote /
++ local quoted=/
++ printf ''\''%s'\''' /
+ local 'q='\''/'\'''
+ wlist+=''\''/'\''
'
+ for i in '${!COMPREPLY[*]}'
+++ printf %q /sys
++ quote /sys
++ local quoted=/sys
++ printf ''\''%s'\''' /sys
+ local 'q='\''/sys'\'''
+ wlist+=''\''/sys'\''
'
+ for i in '${!COMPREPLY[*]}'
+++ printf %q /proc
++ quote /proc
++ local quoted=/proc
++ printf ''\''%s'\''' /proc
+ local 'q='\''/proc'\'''
+ wlist+=''\''/proc'\''
'
+ for i in '${!COMPREPLY[*]}'
+++ printf %q /dev
++ quote /dev
++ local quoted=/dev
++ printf ''\''%s'\''' /dev
+ local 'q='\''/dev'\'''
+ wlist+=''\''/dev'\''
'
+ for i in '${!COMPREPLY[*]}'
+++ printf %q /dev/pts
++ quote /dev/pts
++ local quoted=/dev/pts
++ printf ''\''%s'\''' /dev/pts
+ local 'q='\''/dev/pts'\'''
+ wlist+=''\''/dev/pts'\''
'
+ for i in '${!COMPREPLY[*]}'
+++ printf %q /run
++ quote /run
++ local quoted=/run
++ printf ''\''%s'\''' /run
+ local 'q='\''/run'\'''
+ wlist+=''\''/run'\''
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment