Skip to content

Latest commit

 

History

History
120 lines (112 loc) · 1.16 KB

README.md

File metadata and controls

120 lines (112 loc) · 1.16 KB

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 ✔