📄 readme
字号:
This is an attempt to make the utilities specified inPOSIX 1002.3 available, assuming /$objtype/ape/binand /lib/rc/ape are bound to /bin before the regularbin directories.Here's a brief description of the status of these commands.EXECUTION ENVIRONMENT UTILITIESawk Plan 9 awk. system() uses rc instead of sh.basename POSIX conformingbc Plan 9 bc.cat Plan 9 cat. no -u option (for byte-at-at-time)cd shell builtins doesn't use $HOME or $CDPATHchgrp Plan 9 chgrp. no -R option (for recursive chgrp). only takes name, not numberchmod Plan 9 chmod. no -R option (for recursive chmod). no s (setuid) and X (conditional x) perms. nonstandard a,l perms.chown Always prints 'Permission denied' and fails.cksum not implementedcmp Plan 9 cmp. nonstandard -L option no line number printed; hex instead of octal for bytescomm Plan 9 comm.command not implementedcp Plan 9 cp. no -R and -r (recursive), -i (interactive), -p (preserve) options nonstandard -z optioncut not implementeddate Plan 9 date. no format option nonstandard -n optiondd Plan 9 dd.diff Plan 9 diff. can't have both files directories no -r (recursive) option -c<n> instead of -c and -C <n> for contextdirname POSIX conformingecho Plan 9 echoed Plan 9 ed nonstandard b,wq commandsenv not implementedexpr V10 expr (seems to be like POSIX)false POSIX conformingfind not implementedfold not implementedgetconf not implementedgetopts not implementedgrep script calling Plan 9 grep -G s means q, should mean forget nonexistent files nonstandard 1,b,L,q optionshead not implementedid not implementedjoin not implementedkill V10 kill no -s signalname, no -l argln not implementedlocale not implementedlocaledef not implementedlogger not implementedlogname not implementedlp Plan 9 lpls Plan 9 lsmailx not implementedmkdir Plan 9 mkdirmkfifo not implementedmv Plan 9 mvnohup not implementedod not implementedpaste not implementedpathchk not implementedpax implementedpr Plan 9 prprintf not implementedpwd Plan 9 pwdread shell builtinrm Plan 9 rmrmdir script no -p optionsed v10 sedsh ksh93 -- POSIX compliantsleep Plan 9 sleepsort Plan 9 sortstty POSIX compliant (sort of)tail Plan 9 tailtee Plan 9 teetest Plan 9 test (POSIX compliant); copied as [touch Plan 9 touchtr Plan 9 trtrue POSIX compliantumask noopSOFTWARE DEVELOPMENT UTILITIES (OPTIONAL)ar script to call Plan9 ar, after arg conversionmake V10 makestrip not implementedC LANGUAGE DEVELOPMENT UTILITIES OPTIONc89 script to APE environment cc (also avaiable as cc)lex Plan 9 lexyacc script to Plan 9 yaccGeneral Bugs:The environment variables LANG, LC_ALL,LC_CTYPE, and LC_MESSAGES are ignored.The use of -- as an argument to stop option processingis generally not done.The many 'not implemented' functions will be implementedas scripts using them show up.
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -