0
A
回答
4
在windows上,'type'相當於linux上的'cat'命令,是的 - 它只是打印出文件的內容。
-1
從bash的手冊頁:
type [-aftpP] name [name ...] With no options, indicate how each name would be interpreted if used as a command name. If the -t option is used, type prints a string which is one of alias, keyword, function, builtin, or file if name is an alias, shell reserved word, function, builtin, or disk file, respectively. If the name is not found, then nothing is printed, and an exit status of false is returned. If the -p option is used, type either returns the name of the disk file that would be executed if name were speci‐ fied as a command name, or nothing if ``type -t name'' would not return file. The -P option forces a PATH search for each name, even if ``type -t name'' would not return file. If a command is hashed, -p and -P print the hashed value, not necessarily the file that appears first in PATH. If the -a option is used, type prints all of the places that contain an executable named name. This includes aliases and functions, if and only if the -p option is not also used. The table of hashed commands is not consulted when using -a. The -f option suppresses shell func‐ tion lookup, as with the command builtin. type returns true if all of the arguments are found, false if any are not found.
相關問題
- 1. python命名管道問題
- 2. python多處理管道poll問題
- 3. python腳本管道輸出問題
- 4. 用stdio和C++/Python管道EOF問題
- 5. 管道問題(斷管)
- 6. MIPS管道問題
- 7. 管道流問題
- 8. Unix管道問題
- 9. Python類型錯誤問題
- 10. 命名管道問題
- 11. 問題與Drools管道
- 12. MongoDB聚合管道問題
- 13. c中的管道問題
- 14. 管道檢測問題-attoparsec
- 15. Sybase PowerBuilder管道問題
- 16. PowerShell管道參數問題
- 17. 猛砸管道問題
- 18. 管道單子whileJust_問題
- 19. 從管道問題讀取
- 20. 命名管道問題
- 21. 管道的危害問題
- 22. 問題管道在node.js中
- 23. Rails資產管道管理問題
- 24. Python類問題
- 25. 在Python無類型問題2.6
- 26. Python類型檢查和繼承問題
- 27. Python bash管道
- 28. Python/PyOpenGL:管道
- 29. 問題原型和軌道
- 30. python造型**問題
聽起來就像是最合理的答案。 bash'type'在這裏沒有任何意義,而'windows'類型的窗口非常有意義--coutlines.py統計它自己的行數。 – delnan 2010-09-28 13:54:19