Unix/Linux commands and shell programming презентация
Содержание
- 2. UNIX Overview Why UNIX? Control Commands often provide complete access to
- 3. UNIX: The Command Line Accessing UNIX through a terminal telnet [hostname]
- 4. UNIX: Accessing Documentation Commands are generally documented using the command man.
- 5. UNIX: Accessing Documentation A few commands (such as diff, gcc, awk)
- 6. UNIX terminal management: screen Help CTRL-A ? Copy/Scrollback CTRL-A [ Paste CTRLA ] Lock CTRL-A
- 7. UNIX: Getting around the filesystems UNIX files are organized just like
- 8. UNIX: Getting Around Commands to navigate the directories: pwd ls ls
- 9. UNIX: More Standard Commands echo print out a string echo “$HOME is
- 10. UNIX command line tricks Shell “glob” # mkdir /tmp/moved # mv
- 11. UNIX: The SHells The “Shell” is simply another program which provides
- 12. Unix: SH basics Modifying environment variables sh: PAGER=/usr/bin/less; export PAGER bash:
- 13. UNIX: Bourne SHell script syntax The first line of a sh
- 14. Unix Pipelines: Pipes are smokin’! Pipes take the output of the
- 15. Unix redirection: Lesser and Greater >&filename redirects the standard output and
- 16. Unix Shell Scripting: Conditional Execution program1 && program2 Program 2 will
- 17. UNIX commands for programmers man –k Search man pages by topic time How
- 18. Unix Shell scripting: foreach loops These are useful when you want
- 19. Unix job control Start a background process: program1 & program1 Hit
- 20. Regular Expressions Powerful language for specifying strings of text to be
- 21. Regular Expressions: Summary Fundamentals: Match the specified character unless it is
- 22. Getting files from and to Unix
- 23. Скачать презентацию


![UNIX: The Command Line
Accessing UNIX through a terminal
telnet [hostname] UNIX: The Command Line
Accessing UNIX through a terminal
telnet [hostname]](/documents_3/d8d8c65a1f0092cbc5dd7bf1c71e886f/img2.jpg)


![UNIX terminal management: screen
Help CTRL-A ?
Copy/Scrollback CTRL-A [
Paste CTRLA ]
Lock CTRL-A UNIX terminal management: screen
Help CTRL-A ?
Copy/Scrollback CTRL-A [
Paste CTRLA ]
Lock CTRL-A](/documents_3/d8d8c65a1f0092cbc5dd7bf1c71e886f/img5.jpg)
















Слайды и текст этой презентации
Скачать презентацию на тему Unix/Linux commands and shell programming можно ниже:
Похожие презентации