-
Notifications
You must be signed in to change notification settings - Fork 20
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Parman
committed
Feb 3, 2025
1 parent
b9a8b3e
commit 4f9dfdb
Showing
4 changed files
with
14 additions
and
11 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,4 @@ | ||
function nogsedtest { | ||
! which gsed >$dn ; then touch $dp/.nogsed ; echo "called by ${FUNCNAME[1]}, $(date)" >> $dp/.nogsed ; fi | ||
touch $HOME/.nogsed ; echo "called by ${FUNCNAME[1]}, $(date)" >> $HOME/.nogsed | ||
# if ! which gsed >/dev/null ; then touch $HOME/.nogsed ; echo "called by ${FUNCNAME[1]}, $(date)" >> $HOME/.nogsed ; fi | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters