Skip to content

EricIO/utils

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

23 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Utils

I'm trying to learn some Rust. Thought it would be fun to actually replace some of my utils with rust programs. So that's what I'm doing. Nothing serious just plain old fun.

Program List

File Utils

  • chcon
  • chgrp
  • chown
  • chmod
  • cp
  • dd
  • df
  • dir
  • dircolors
  • install
  • ln
  • ls
  • mkdir
  • mkfifo
  • mknod
  • mktemp
  • mv
  • realpath
  • rm
  • rmdir
  • shred
  • sync
  • touch
  • truncate
  • vdir

Text Utils

  • base64
  • cat ✔
  • cksum
  • comm
  • csplit
  • cut
  • expand
  • fmt
  • fold
  • head
  • join
  • md5sum
  • nl
  • numfmt
  • od
  • paste
  • ptx
  • pr
  • sha1sum, sha224/256/384/512sum
  • shuf
  • sort
  • split
  • sum
  • tac
  • tail
  • tr
  • tsort
  • unexpand
  • uniq
  • wc

Shell Utils

  • arch ✔
  • basename
  • chroot
  • date
  • dirname
  • du
  • echo
  • env
  • expr
  • factor
  • false
  • groups
  • hostid
  • id
  • link
  • logname
  • nice
  • nohup
  • nproc
  • pathchk
  • pinky
  • printenv
  • printf
  • pwd
  • readlink
  • runcon
  • stdbuf
  • seq
  • sleep
  • stat
  • stty
  • tee
  • test
  • timeout
  • true
  • tty
  • uname
  • unlink
  • uptime
  • users
  • who
  • whoami ✔
  • yes ✔

About

(Some) UNIX Utils written in rust for fun and non-profit

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published