history -r should print error message if file doesn't exist
Dan Jacobson <[email protected]>
| Newsgroups | gmane.comp.shells.bash.bugs |
|---|---|
| Message-ID | <[email protected]> |
history -r should print error message if file doesn't exist. $ history -r zzzzz $ Currently one must test like: $ history -r zzzzz || echo FAILED!