Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
hahwul authored Oct 13, 2021
1 parent cd18108 commit 93749ac
Showing 1 changed file with 25 additions and 17 deletions.
42 changes: 25 additions & 17 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -56,39 +56,47 @@ Usage: ./gee [flags] [file1] [file2] ...
Flags:
-append
Append mode for files
Append mode for files
-chunked int
Chuked files from line (e.g output / output_1 / output_2)
Chuked files from line (e.g output / output_1 / output_2)
-debug
Show debug message!
Show debug message!
-distribute
Distribution to files
Distribution to files
-find string
Find string in line (colorize red)
Find string in line (colorize red)
-format string
Change output format (json, md-table, html-table) (default "line")
Change output format (json, md-table, html-table) (default "line")
-grep string
Greping with Regular Expression (like grep)
Greping with Regular Expression (like grep)
-grepv string
Inverse greping with Regular Expression (like grep -v)
Inverse greping with Regular Expression (like grep -v)
-inject string
Inject stdin into the format of the factor value (e.g: -inject='This is %%INJECT%% line!')
-prefix string
Prefix string
Prefix string
-replace string
Replace string in line with '-find' option
Replace string in line with '-find' option
-reverse
Reverse string in line
-rmnl
Remove newline(\r\n)
Remove newline(\r\n)
-split string
Split string within line. (to line , to table, to md-table)
Split string within line. (to line , to table, to md-table)
-suffix string
Suffix string
Suffix string
-uncolor
Uncolorize stdout
Uncolorize stdout
-uniq
Remove duplicated line
-version
Version of gee
Version of gee
-with-lc
With letters count (colorize magenta)
-with-line
With line number (colorize blue)
With line number (colorize blue)
-with-time
With timestamp (colorize green)
With timestamp (colorize green)
```

## 📚 Case of Study
Expand Down

0 comments on commit 93749ac

Please sign in to comment.