Opened 14 years ago
Last modified 14 years ago
#25968 closed defect
MacPorts bash completion leaves tty echo off after tail -f — at Initial Version
Reported by: | jeremyhu (Jeremy Huddleston Sequoia) | Owned by: | macports-tickets@… |
---|---|---|---|
Priority: | Normal | Milestone: | |
Component: | ports | Version: | 1.9.1 |
Keywords: | Cc: | ||
Port: | bash-completion |
Description
Enable the following in your bashrc:
if [ "${BASH-no}" != "no" ]; then if [ -f /opt/local/etc/bash_completion ]; then . /opt/local/etc/bash_completion fi fi
Run the following using tab-completion to complete the path to system.log:
$ tail -f /var/log/system.log
Hit c to end the tail.
You will notice that tty echo is off at this point.
Note: See
TracTickets for help on using
tickets.