2020-04-15 05:43:23 +00:00
|
|
|
mod alias;
|
2019-12-15 16:15:06 +00:00
|
|
|
mod append;
|
2020-01-29 13:34:36 +00:00
|
|
|
mod calc;
|
2019-12-15 16:15:06 +00:00
|
|
|
mod cd;
|
|
|
|
mod compact;
|
|
|
|
mod cp;
|
|
|
|
mod default;
|
2020-04-26 06:34:45 +00:00
|
|
|
mod drop;
|
2020-04-13 07:59:57 +00:00
|
|
|
mod each;
|
2019-12-15 16:15:06 +00:00
|
|
|
mod enter;
|
|
|
|
mod first;
|
|
|
|
mod format;
|
|
|
|
mod get;
|
|
|
|
mod group_by;
|
2020-03-29 02:05:57 +00:00
|
|
|
mod headers;
|
2019-12-15 16:15:06 +00:00
|
|
|
mod histogram;
|
|
|
|
mod insert;
|
2020-04-26 17:30:52 +00:00
|
|
|
mod is_empty;
|
2020-04-30 04:18:24 +00:00
|
|
|
mod keep;
|
|
|
|
mod keep_until;
|
|
|
|
mod keep_while;
|
2019-12-15 16:15:06 +00:00
|
|
|
mod last;
|
|
|
|
mod lines;
|
|
|
|
mod ls;
|
2020-04-18 01:50:58 +00:00
|
|
|
mod math;
|
2020-04-30 04:18:24 +00:00
|
|
|
mod merge;
|
2019-12-15 16:15:06 +00:00
|
|
|
mod mkdir;
|
|
|
|
mod mv;
|
|
|
|
mod open;
|
|
|
|
mod parse;
|
|
|
|
mod prepend;
|
|
|
|
mod range;
|
2020-03-03 21:01:24 +00:00
|
|
|
mod rename;
|
2019-12-15 16:15:06 +00:00
|
|
|
mod reverse;
|
|
|
|
mod rm;
|
|
|
|
mod save;
|
2020-05-07 11:03:43 +00:00
|
|
|
mod select;
|
2020-04-20 06:41:51 +00:00
|
|
|
mod semicolon;
|
2020-04-30 04:18:24 +00:00
|
|
|
mod skip_until;
|
2019-12-15 16:15:06 +00:00
|
|
|
mod sort_by;
|
|
|
|
mod split_by;
|
|
|
|
mod split_column;
|
2020-03-18 23:46:00 +00:00
|
|
|
mod sum;
|
2020-02-18 20:54:32 +00:00
|
|
|
mod touch;
|
2020-04-26 17:26:02 +00:00
|
|
|
mod trim;
|
2019-12-31 04:05:02 +00:00
|
|
|
mod uniq;
|
2020-05-07 05:33:30 +00:00
|
|
|
mod update;
|
2019-12-15 16:15:06 +00:00
|
|
|
mod where_;
|
2020-05-06 03:56:31 +00:00
|
|
|
mod with_env;
|
2019-12-15 16:15:06 +00:00
|
|
|
mod wrap;
|