File tree 1 file changed +6
-6
lines changed
1 file changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -80,6 +80,7 @@ Because it is a FAQ, the major differences between this project and uutils are:
80
80
- [x] gencat (i18n)
81
81
- [x] grep
82
82
- [x] head
83
+ - [x] iconv (i18n)
83
84
- [x] join
84
85
- [x] link
85
86
- [x] ls
@@ -127,12 +128,14 @@ Because it is a FAQ, the major differences between this project and uutils are:
127
128
- [x] logname
128
129
- [x] mesg
129
130
- [x] mkfifo
131
+ - [x] newgrp
130
132
- [x] nice
131
133
- [x] nohup
132
134
- [x] pathchk
133
135
- [x] pwd
134
136
- [x] renice
135
137
- [x] sleep
138
+ - [x] talk
136
139
- [x] tee
137
140
- [x] touch
138
141
- [x] tty
@@ -190,12 +193,11 @@ Because it is a FAQ, the major differences between this project and uutils are:
190
193
191
194
### i18n category
192
195
- [ ] gettext (i18n)
193
- - [ ] iconv (i18n) (status: in progress)
194
- - [ ] locale (i18n)
196
+ - [ ] locale (i18n) -- status: in progress
195
197
- [ ] localedef (i18n)
196
198
- [ ] msgfmt (i18n)
197
199
- [ ] ngettext (i18n)
198
- - [ ] xgettext (i18n)
200
+ - [ ] xgettext (i18n) -- status: in progress
199
201
200
202
### UUCP category
201
203
- [ ] uucp (UUCP)
@@ -213,12 +215,10 @@ Because it is a FAQ, the major differences between this project and uutils are:
213
215
- [ ] make (status: in progress)
214
216
- [ ] man (status: in progress)
215
217
- [ ] more
216
- - [ ] newgrp
217
218
- [ ] patch (status: in progress)
218
219
- [ ] pax
219
220
- [ ] sed
220
- - [ ] sh -- Volunteer starting point at https://github.com/rustcoreutils/posixutils-rs/tree/shell
221
- - [ ] talk (status: in progress)
221
+ - [ ] sh (status: in progress)
222
222
223
223
## Installation
224
224
You can’t perform that action at this time.
0 commit comments