File: which-uses-default-path

package info (click to toggle)
busybox 1%3A1.35.0-4
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, bookworm-proposed-updates
  • size: 22,776 kB
  • sloc: ansic: 187,600; sh: 9,562; cpp: 1,428; makefile: 1,018; yacc: 570; lex: 355; perl: 334; python: 112; awk: 29
file content (4 lines) | stat: -rw-r--r-- 76 bytes parent folder | download | duplicates (8)
1
2
3
4
BUSYBOX=$(command -v busybox)
SAVED_PATH=$PATH
unset PATH
$BUSYBOX which ls