UnixToolsJpr

From
Revision as of 14:12, 18 November 2024 by Jpr (talk | contribs)
Jump to navigation Jump to search

Bash 1 (Basics)

  • login, logout
  • ls, pwd, cd, ls -la
  • grep
  • find

File Formats

  • Markdown
    • README.md
    • wiki
  • yaml
    • docker config
  • XML
  • json
  • HTML
  • typical programming languages
    • C, C++
    • python
    • Java
    • JavaScript
    • bash (script)
    • e.g. .bashrc (bash script)
  • Tools: unix program file
  • Toos: Editor with language support

Data Formats (in protocols)

  • IPv4 header
  • HTTP
  • Tools: Wireshark

Bash 2 (Advanced)

    • redirects
    • &
    • wait
    • ps

Working With Files 1 (basics)

    • diff
    • patch
    • sed
    • awk
    • md5checksum
    • sh1-checksum
    • tar
    • rsync

Working With Files 2 (git)