mirror of
https://git.savannah.gnu.org/git/coreutils.git
synced 2025-09-10 07:59:52 +02:00
Encodes/decodes data in various common formats: base64,base64url,base32,base32,base16,base2,z85. Discussed here: https://lists.gnu.org/r/coreutils/2018-11/msg00014.html https://lists.gnu.org/r/coreutils/2018-12/msg00019.html * AUTHORS: Add basenc. * README: Reference the new program. * NEWS: Mention the new program. * build-aux/gen-lists-of-programs.sh: Add basenc. * doc/coreutils.texi: (basenc invocation): Document the new command. * man/.gitignore: Ignore the generated man page. * man/basenc.x: A new template, with few examples. * man/local.mk: Reference the new man page. * scripts/git-hooks/commit-msg: Allow basenc as program prefix. * src/.gitignore: Ignore the new binary. * src/basenc.c: (usage): Mention new options. (main): Handle new options. (isbase*, base*_length, base*_encode, base*_decode_ctx): Implement new encoding/decoding formats. * src/local.mk: Add new program. * tests/local.mk: Add new test. * tests/misc/basenc.pl: New tests. * tests/misc/help-version.sh (basenc_setup): use '--version' for default invocation (basenc errors with no parameters).
105 lines
813 B
Plaintext
105 lines
813 B
Plaintext
Makefile
|
|
Makefile.in
|
|
b2sum.1
|
|
base32.1
|
|
base64.1
|
|
basenc.1
|
|
basename.1
|
|
cat.1
|
|
chgrp.1
|
|
chmod.1
|
|
chown.1
|
|
chroot.1
|
|
cksum.1
|
|
comm.1
|
|
cp.1
|
|
csplit.1
|
|
cut.1
|
|
date.1
|
|
dd.1
|
|
df.1
|
|
dir.1
|
|
dircolors.1
|
|
dirname.1
|
|
du.1
|
|
echo.1
|
|
env.1
|
|
expand.1
|
|
expr.1
|
|
factor.1
|
|
false.1
|
|
fmt.1
|
|
fold.1
|
|
groups.1
|
|
head.1
|
|
hostid.1
|
|
hostname.1
|
|
id.1
|
|
install.1
|
|
join.1
|
|
kill.1
|
|
link.1
|
|
ln.1
|
|
logname.1
|
|
ls.1
|
|
md5sum.1
|
|
mkdir.1
|
|
mkfifo.1
|
|
mknod.1
|
|
mktemp.1
|
|
mv.1
|
|
nice.1
|
|
nl.1
|
|
nohup.1
|
|
nproc.1
|
|
numfmt.1
|
|
od.1
|
|
paste.1
|
|
pathchk.1
|
|
pinky.1
|
|
pr.1
|
|
printenv.1
|
|
printf.1
|
|
ptx.1
|
|
pwd.1
|
|
readlink.1
|
|
realpath.1
|
|
rm.1
|
|
rmdir.1
|
|
seq.1
|
|
sha1sum.1
|
|
sha224sum.1
|
|
sha256sum.1
|
|
sha384sum.1
|
|
sha512sum.1
|
|
shred.1
|
|
shuf.1
|
|
sleep.1
|
|
sort.1
|
|
split.1
|
|
stat.1
|
|
stdbuf.1
|
|
stty.1
|
|
sum.1
|
|
sync.1
|
|
tac.1
|
|
tail.1
|
|
tee.1
|
|
test.1
|
|
touch.1
|
|
tr.1
|
|
true.1
|
|
tsort.1
|
|
tty.1
|
|
uname.1
|
|
unexpand.1
|
|
uniq.1
|
|
unlink.1
|
|
uptime.1
|
|
users.1
|
|
vdir.1
|
|
wc.1
|
|
who.1
|
|
whoami.1
|
|
yes.1
|