Changes between Initial Version and Version 1 of Ticket #4190, comment 4
- Timestamp:
- 02/01/21 10:57:40 (4 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #4190, comment 4
initial v1 8 8 bash -c 'pwd' > /dev/null 2>&1 || echo "PWD is gone" 9 9 }}} 10 11 this works with **bash** and **fish**, but not with **csh**.