Skip to content

Instantly share code, notes, and snippets.

@yasuoohno
Created March 6, 2024 17:14
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save yasuoohno/3d9556113fd0dd8130d7aff12e396412 to your computer and use it in GitHub Desktop.
Save yasuoohno/3d9556113fd0dd8130d7aff12e396412 to your computer and use it in GitHub Desktop.
uutils-coreutils Windows doskey macros
b2sum=coreutils b2sum $*
b3sum=coreutils b3sum $*
base32=coreutils base32 $*
base64=coreutils base64 $*
basename=coreutils basename $*
basenc=coreutils basenc $*
cat=coreutils cat $*
cksum=coreutils cksum $*
comm=coreutils comm $*
cp=coreutils cp $*
csplit=coreutils csplit $*
cut=coreutils cut $*
dd=coreutils dd $*
df=coreutils df $*
dircolors=coreutils dircolors $*
dirname=coreutils dirname $*
du=coreutils du $*
env=coreutils env $*
expr=coreutils expr $*
factor=coreutils factor $*
false=coreutils false $*
fmt=coreutils fmt $*
fold=coreutils fold $*
hashsum=coreutils hashsum $*
head=coreutils head $*
join=coreutils join $*
link=coreutils link $*
ln=coreutils ln $*
ls=coreutils ls $*
md5sum=coreutils md5sum $*
mktemp=coreutils mktemp $*
mv=coreutils mv $*
nl=coreutils nl $*
numfmt=coreutils numfmt $*
od=coreutils od $*
paste=coreutils paste $*
pr=coreutils pr $*
printenv=coreutils printenv $*
printf=coreutils printf $*
ptx=coreutils ptx $*
pwd=coreutils pwd $*
readlink=coreutils readlink $*
realpath=coreutils realpath $*
rm=coreutils rm $*
seq=coreutils seq $*
sha1sum=coreutils sha1sum $*
sha224sum=coreutils sha224sum $*
sha256sum=coreutils sha256sum $*
sha3-224sum=coreutils sha3-224sum $*
sha3-256sum=coreutils sha3-256sum $*
sha3-384sum=coreutils sha3-384sum $*
sha3-512sum=coreutils sha3-512sum $*
sha384sum=coreutils sha384sum $*
sha3sum=coreutils sha3sum $*
sha512sum=coreutils sha512sum $*
shake128sum=coreutils shake128sum $*
shake256sum=coreutils shake256sum $*
shred=coreutils shred $*
shuf=coreutils shuf $*
sleep=coreutils sleep $*
split=coreutils split $*
sum=coreutils sum $*
tac=coreutils tac $*
tail=coreutils tail $*
tee=coreutils tee $*
test=coreutils test $*
touch=coreutils touch $*
tr=coreutils tr $*
true=coreutils true $*
truncate=coreutils truncate $*
tsort=coreutils tsort $*
unexpand=coreutils unexpand $*
uniq=coreutils uniq $*
unlink=coreutils unlink $*
vdir=coreutils vdir $*
wc=coreutils wc $*
yes=coreutils yes $*
udate=coreutils date $*
udir=coreutils dir $*
uecho=coreutils echo $*
uexpand=coreutils expand $*
umkdir=coreutils mkdir $*
umore=coreutils more $*
urmdir=coreutils rmdir $*
usort=coreutils sort $*
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment