UnixToolsJpr: Difference between revisions

From
Jump to navigation Jump to search
(Created page with "= Bash 1 (Basics) = ** login, logout ** ls, pwd, cd, ls -la ** grep ** find = File Formats = = Data Formats in common protocols = = 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) =")
 
No edit summary
Line 1: Line 1:
= Bash 1 (Basics) =
= Bash 1 (Basics) =
** login, logout
* login, logout
** ls, pwd, cd, ls -la
* ls, pwd, cd, ls -la


** grep
* grep
** find
* find


= File Formats =
= 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


= Data Formats in common protocols =
= Bash 2 (Advanced) =
= Bash 2 (Advanced) =
** redirects
** redirects

Revision as of 14:12, 18 November 2024

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)