nocache has a debug option that is not documented:
$ grep -FA2 'D)' `which nocache`
D) exec {debugfd}>"$OPTARG"
export NOCACHE_DEBUGFD="$debugfd"
;;
Thanks to dwfreed for pointing this out on #debian-devel.
nocache has a debug option that is not documented:
$ grep -FA2 'D)' `which nocache`
D) exec {debugfd}>"$OPTARG"
export NOCACHE_DEBUGFD="$debugfd"
;;
Thanks to dwfreed for pointing this out on #debian-devel.