⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 test.csh

📁 早期freebsd实现
💻 CSH
字号:
#	@(#)TEST.csh	5.2 (Berkeley) 4/30/93#alias t '/usr/src/bin/test/obj/test \!*; echo $status'alias t '/bin/test \!*; echo $status'echo 't -b /dev/ttyp2't -b /dev/ttyp2echo 't -b /dev/jb1a't -b /dev/jb1aecho 't -c test.c't -c test.cecho 't -c /dev/tty't -c /dev/ttyecho 't -d test.c't -d test.cecho 't -d /etc't -d /etcecho 't -e noexist't -e noexistecho 't -e test.c't -e test.cecho 't -f noexist't -f noexistecho 't -f /dev/tty't -f /dev/ttyecho 't -f test.c't -f test.cecho 't -g test.c't -g test.cecho 't -g /bin/ps't -g /bin/psecho 't -n ""'t -n ""echo 't -n "hello"'t -n "hello"echo 't -p test.c't -p test.cecho 't -r noexist't -r noexistecho 't -r /etc/master.passwd't -r /etc/master.passwdecho 't -r test.c't -r test.cecho 't -s noexist't -s noexistecho 't -s /dev/null't -s /dev/nullecho 't -s test.c't -s test.cecho 't -t 20't -t 20echo 't -t 0't -t 0echo 't -u test.c't -u test.cecho 't -u /bin/rcp't -u /bin/rcpecho 't -w noexist't -w noexistecho 't -w /etc/master.passwd't -w /etc/master.passwdecho 't -w /dev/null't -w /dev/nullecho 't -x noexist't -x noexistecho 't -x /bin/ps't -x /bin/psecho 't -x /etc/motd't -x /etc/motdecho 't -z ""'t -z ""echo 't -z "foo"'t -z "foo"echo 't "foo"'t "foo"echo 't ""'t ""echo 't "hello" = "hello"'t "hello" = "hello"echo 't "hello" = "goodbye"'t "hello" = "goodbye"echo 't "hello" != "hello"'t "hello" != "hello"echo 't "hello" != "goodbye"'t "hello" != "goodbye"echo 't 200 -eq 200't 200 -eq 200echo 't 34 -eq 222't 34 -eq 222echo 't 200 -ne 200't 200 -ne 200echo 't 34 -ne 222't 34 -ne 222echo 't 200 -gt 200't 200 -gt 200echo 't 340 -gt 222't 340 -gt 222echo 't 200 -ge 200't 200 -ge 200echo 't 34 -ge 222't 34 -ge 222echo 't 200 -lt 200't 200 -lt 200echo 't 34 -lt 222't 34 -lt 222echo 't 200 -le 200't 200 -le 200echo 't 340 -le 222't 340 -le 222echo 't 700 -le 1000 -a -n "1" -a "20" = "20"'t 700 -le 1000 -a -n "1" -a "20" = "20"echo 't ! \( 700 -le 1000 -a -n "1" -a "20" = "20" \)'t ! \( 700 -le 1000 -a -n "1" -a "20" = "20" \)

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -