代码搜索:PATH

找到约 10,000 项符合「PATH」的源代码

代码结果 10,000
www.eeworm.com/read/428548/1958974

dirname-handles-empty-path

test $(busybox dirname '') = .
www.eeworm.com/read/428548/1958977

dirname-handles-relative-path

test $(busybox dirname foo/bar/baz) = foo/bar
www.eeworm.com/read/428548/1958979

dirname-handles-absolute-path

test $(busybox dirname /foo/bar/baz) = /foo/bar
www.eeworm.com/read/427635/1968789

v sdr_data_path.v

/****************************************************************************** * * LOGIC CORE: SDR Data Path Module * MODULE NAME: sdr_data_path() * COMPANY: No
www.eeworm.com/read/418008/2095242

wget-handles-empty-path

busybox wget http://www.google.com
www.eeworm.com/read/418008/2095249

which-uses-default-path

BUSYBOX=$(type -p busybox) SAVED_PATH=$PATH unset PATH $BUSYBOX which ls
www.eeworm.com/read/418008/2095278

dirname-handles-empty-path

test $(busybox dirname '') = .
www.eeworm.com/read/418008/2095281

dirname-handles-relative-path

test $(busybox dirname foo/bar/baz) = foo/bar