Better sequencing.

pull/85/head
Joshua Levy 2015-06-19 23:52:51 -07:00
parent 21929d2748
commit 92748231fe
1 changed files with 5 additions and 5 deletions

View File

@ -330,12 +330,12 @@ A few examples of piecing together commands:
- `nc`: network debugging and data transfer - `nc`: network debugging and data transfer
- `ngrep`: grep for the network layer
- `dd`: moving data between files or devices - `dd`: moving data between files or devices
- `file`: identify type of a file - `file`: identify type of a file
- `tree`: display directories and subdirectories as a nesting tree; like `ls` but recursive
- `stat`: file info - `stat`: file info
- `tac`: print files in reverse - `tac`: print files in reverse
@ -350,7 +350,7 @@ A few examples of piecing together commands:
- `tr`: character translation or manipulation - `tr`: character translation or manipulation
- `iconv `or uconv: conversion for text encodings - `iconv` or `uconv`: conversion for text encodings
- `split `and `csplit`: splitting files - `split `and `csplit`: splitting files
@ -370,6 +370,8 @@ A few examples of piecing together commands:
- `wireshark` and `tshark`: packet capture and network debugging - `wireshark` and `tshark`: packet capture and network debugging
- `ngrep`: grep for the network layer
- `host` and `dig`: DNS lookups - `host` and `dig`: DNS lookups
- `lsof`: process file descriptor and socket info - `lsof`: process file descriptor and socket info
@ -404,8 +406,6 @@ A few examples of piecing together commands:
- `fortune`, `ddate`, and `sl`: um, well, it depends on whether you consider steam locomotives and Zippy quotations "useful" - `fortune`, `ddate`, and `sl`: um, well, it depends on whether you consider steam locomotives and Zippy quotations "useful"
- `tree`: display directories and subdirectories as a nesting tree; like `ls` but recursive
## More resources ## More resources