Skip to content

Commit a4c9d08

Browse files
Update the README with realpath and id
1 parent a6ae3c7 commit a4c9d08

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -19,12 +19,12 @@ following coreutils-inspired as well as some additional commands:
1919
* Dir modify: `touch`, `ln`, `cp`, `mkdir`, `rm`, `mv`
2020
* File stat: `test`, `stat`, `touch`
2121
* File read/write: `cp`
22-
* Symlink read: `readlink`
23-
* Processes: `cd`, `pwd`, `sleep`
24-
* Environment: `home`
22+
* Symlinks: `readlink`, `realpath`
23+
* Processes: `cd`, `pwd`, `sleep`, `id`
24+
* UserDB: `id`, `home`
2525
* Text Processing: `cut`, `tail`
2626
* Shell: streaming composition of shell commands
27-
* Paths: `dirname`, `which`
27+
* Paths: `dirname`, `which`, `realpath`, `home`
2828

2929
## Important API Notice
3030

0 commit comments

Comments
 (0)