LoginSignup
10
8

More than 5 years have passed since last update.

golang coreutils 探しメモ

Last updated at Posted at 2016-01-10

実装の参考にさせてもらおうと思ったらいくつかあった。
split に似たことをやろうと思ったんだけど、split の golang 実装は無さそう。

  1. https://github.com/aisola/go-coreutils
  2. https://github.com/EricLagergren/go-coreutils
  3. https://github.com/sepeth/go-coreutils
  4. https://github.com/uiri/coreutils
  5. https://github.com/prabirshrestha/go-coreutils
  6. https://github.com/iestynpryce/goreutils
  7. https://github.com/takatoshiono/go-wc
  8. https://github.com/necomeshi/gocoreutil
1 2 3 4 5 6 7 8
arch o
base64 o o
basename o o o o
cat o o o
chmod o
chown o o
cp o o
date o
dirname o o o
du o
echo o o o
env o o
expr o
exit o
factor o
false o o o o o
groups o
head o o o o
link o
ln o
logname o o o o
ls o
md5sum o o
mkdir o o o o
mv o o
nl o
pwd o o o o o
realpath o
rm o o
rmdir o o
seq o
sha1sum o
sha224sum o
sha256sum o
sha384sum o
sha512sum o
sleep o o o o
stat o
sync o o o
tac o
tail o o o
tee o o
touch o o
true o o o o
tsort o o
tty o
uname o o
uniq o
unlink o
uptime o o o o
uuidgen o
wc o o o o o
whoami o o o o o o
xxd o
yes o o o o
10
8
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
10
8