Advertisement
Guest User

Untitled

a guest
Mar 23rd, 2017
71
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.44 KB | None | 0 0
  1. user$ echo $SHELL
  2. /bin/bash
  3. user$ grep completion ~/.bashrc
  4. if [ -f /etc/bash_completion ] && ! shopt -oq posix; then
  5. . /etc/bash_completion
  6. user$
  7. user$ ls test[TAB]
  8. test.log1
  9. test.log2
  10. test.log4
  11. test.log5
  12.  
  13. user$ ./script.sh >& test[TAB] <-- "no output"
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement