Mirror of Suckless' sbase (git://git.suckless.org/sbase)
Go to file
Christoph Lohmann 4d38f60685 Eliminating the getopt disgrace. 2013-06-14 20:20:47 +02:00
util Various fixes, add renice command. 2013-06-14 19:01:04 +02:00
LICENSE I'm probably a sbase copyright holder now 2012-05-21 22:17:54 +00:00
Makefile Various fixes, add renice command. 2013-06-14 19:01:04 +02:00
TODO Seq has been implemented. 2013-06-14 18:56:22 +02:00
arg.h Fixing the ARG macros and adding nice. 2013-05-29 20:52:39 +02:00
basename.1 Moving back to the stone age. 2012-04-23 16:32:41 +02:00
basename.c The style inquisition on basename. 2013-03-05 21:35:55 +01:00
cat.1 add sleep & date, thanks kamil 2011-05-23 19:00:31 +01:00
cat.c Style inquistion for util and some tools. 2013-03-05 21:46:48 +01:00
chgrp.1 Various fixes, add renice command. 2013-06-14 19:01:04 +02:00
chgrp.c Adding the new C files too. 2013-06-09 15:20:55 +02:00
chmod.1 chmod, chown: remove redundant flag 2012-05-25 21:52:01 +01:00
chmod.c Eliminating the getopt disgrace. 2013-06-14 20:20:47 +02:00
chown.1 chmod, chown: remove redundant flag 2012-05-25 21:52:01 +01:00
chown.c Eliminating the getopt disgrace. 2013-06-14 20:20:47 +02:00
chroot.1 Adding who, chroot, env and split. 2013-06-14 18:55:25 +02:00
chroot.c Adding who, chroot, env and split. 2013-06-14 18:55:25 +02:00
chvt.1 Adding some utilities. 2013-05-30 21:29:56 +02:00
chvt.c Adding the new C files too. 2013-06-09 15:20:55 +02:00
cksum.1 cksum: error check 2011-06-10 04:36:40 +01:00
cksum.c revert to per-cmd usage() 2012-05-15 13:32:56 +01:00
cmp.1 add cmp, thanks stateless 2011-06-10 01:55:12 +01:00
cmp.c Eliminating the getopt disgrace. 2013-06-14 20:20:47 +02:00
config.mk Style inquistion for util and some tools. 2013-03-05 21:46:48 +01:00
cp.1 implement cp and mv and improve rm 2012-01-30 22:41:33 +00:00
cp.c s/getopt/ARGBEGIN/ and -r bug fix cp 2013-03-10 21:59:22 -03:00
date.1 Add -u option to date (POSIX and Plan 9, and useful) 2012-04-23 08:32:24 -07:00
date.c Eliminating the getopt disgrace. 2013-06-14 20:20:47 +02:00
dirname.1 add tail 2011-05-26 16:18:42 -01:00
dirname.c Eliminating the getopt disgrace. 2013-06-14 20:20:47 +02:00
echo.1 initial commit 2011-05-23 02:36:34 +01:00
echo.c Eliminating the getopt disgrace. 2013-06-14 20:20:47 +02:00
env.1 Adding who, chroot, env and split. 2013-06-14 18:55:25 +02:00
env.c Adding who, chroot, env and split. 2013-06-14 18:55:25 +02:00
false.1 initial commit 2011-05-23 02:36:34 +01:00
false.c initial commit 2011-05-23 02:36:34 +01:00
fold.1 fold: clarify utf8 behaviour in manpage 2012-05-25 21:51:24 +01:00
fold.c Eliminating the getopt disgrace. 2013-06-14 20:20:47 +02:00
fs.h implement cp and mv and improve rm 2012-01-30 22:41:33 +00:00
grep.1 update cmp, grep 2011-06-18 06:42:24 +01:00
grep.c grep: fix ARGC() 2012-06-09 18:49:02 +01:00
head.1 add tail 2011-05-26 16:18:42 -01:00
head.c Eliminating the getopt disgrace. 2013-06-14 20:20:47 +02:00
kill.1 touch: posix open 2011-06-18 06:43:10 +01:00
kill.c Eliminating the getopt disgrace. 2013-06-14 20:20:47 +02:00
ln.1 ln -f 2011-06-04 02:56:18 +01:00
ln.c Eliminating the getopt disgrace. 2013-06-14 20:20:47 +02:00
ls.1 no strdup 2011-05-26 06:39:12 +01:00
ls.c Eliminating the getopt disgrace. 2013-06-14 20:20:47 +02:00
mc.1 mc: WTFM 2012-05-21 22:16:46 +00:00
mc.c Eliminating the getopt disgrace. 2013-06-14 20:20:47 +02:00
mkdir.1 add mkdir 2011-05-26 05:47:58 +01:00
mkdir.c Eliminating the getopt disgrace. 2013-06-14 20:20:47 +02:00
mkfifo.1 update manpages 2011-05-25 18:29:46 +01:00
mkfifo.c Eliminating the getopt disgrace. 2013-06-14 20:20:47 +02:00
mv.1 implement cp and mv and improve rm 2012-01-30 22:41:33 +00:00
mv.c Eliminating the getopt disgrace. 2013-06-14 20:20:47 +02:00
nice.1 Adding some utilities. 2013-05-30 21:29:56 +02:00
nice.c Various fixes, add renice command. 2013-06-14 19:01:04 +02:00
nl.1 nl: tweak manpage 2011-06-11 00:29:06 +01:00
nl.c Eliminating the getopt disgrace. 2013-06-14 20:20:47 +02:00
nohup.1 nohup: tweak manpage 2011-06-18 14:42:06 +01:00
nohup.c Eliminating the getopt disgrace. 2013-06-14 20:20:47 +02:00
paste.1 Added POSIX paste(1) command implementation. 2013-05-04 07:48:21 +02:00
paste.c Eliminating the getopt disgrace. 2013-06-14 20:20:47 +02:00
printenv.1 Adding some utilities. 2013-05-30 21:29:56 +02:00
printenv.c Adding the new C files too. 2013-06-09 15:20:55 +02:00
pwd.1 pwd -LP 2011-05-28 15:37:42 +01:00
pwd.c Eliminating the getopt disgrace. 2013-06-14 20:20:47 +02:00
renice.1 Various fixes, add renice command. 2013-06-14 19:01:04 +02:00
renice.c Various fixes, add renice command. 2013-06-14 19:01:04 +02:00
rm.1 rm: update manpage 2012-05-25 21:56:00 +01:00
rm.c Eliminating the getopt disgrace. 2013-06-14 20:20:47 +02:00
rmdir.1 Adding some utilities. 2013-05-30 21:29:56 +02:00
rmdir.c Adding the new C files too. 2013-06-09 15:20:55 +02:00
seq.1 seq: some cleanup 2012-05-10 19:20:16 +01:00
seq.c Eliminating the getopt disgrace. 2013-06-14 20:20:47 +02:00
sleep.1 update manpages 2011-05-25 18:29:46 +01:00
sleep.c Eliminating the getopt disgrace. 2013-06-14 20:20:47 +02:00
sort.1 add uname, thanks hiltjo 2011-06-02 20:32:05 +01:00
sort.c Eliminating the getopt disgrace. 2013-06-14 20:20:47 +02:00
split.1 Adding who, chroot, env and split. 2013-06-14 18:55:25 +02:00
split.c Adding who, chroot, env and split. 2013-06-14 18:55:25 +02:00
sync.1 Adding some utilities. 2013-05-30 21:29:56 +02:00
sync.c Adding the new C files too. 2013-06-09 15:20:55 +02:00
tail.1 fix typo 2011-05-27 00:54:10 +01:00
tail.c Eliminating the getopt disgrace. 2013-06-14 20:20:47 +02:00
tee.1 initial commit 2011-05-23 02:36:34 +01:00
tee.c Eliminating the getopt disgrace. 2013-06-14 20:20:47 +02:00
test.c test: eprintf in usage 2012-05-15 13:34:32 +01:00
text.h sort: Librarify getlines() 2012-05-21 21:09:38 +00:00
touch.1 add mkdir 2011-05-26 05:47:58 +01:00
touch.c Eliminating the getopt disgrace. 2013-06-14 20:20:47 +02:00
true.1 initial commit 2011-05-23 02:36:34 +01:00
true.c initial commit 2011-05-23 02:36:34 +01:00
tty.1 add tty 2011-06-02 21:15:35 +01:00
tty.c add tty 2011-06-02 21:15:35 +01:00
uname.1 fix manpages 2011-06-02 20:38:48 +01:00
uname.c Eliminating the getopt disgrace. 2013-06-14 20:20:47 +02:00
uniq.1 uniq: WTFM 2012-05-21 23:46:22 +00:00
uniq.c Eliminating the getopt disgrace. 2013-06-14 20:20:47 +02:00
unlink.1 Adding some utilities. 2013-05-30 21:29:56 +02:00
unlink.c Adding the new C files too. 2013-06-09 15:20:55 +02:00
util.h Fixing the ARG macros and adding nice. 2013-05-29 20:52:39 +02:00
wc.1 getopt 2011-05-24 01:13:34 +01:00
wc.c s/getopt/ARGBEGIN/ wc 2013-03-10 21:12:10 -03:00
who.1 Adding who, chroot, env and split. 2013-06-14 18:55:25 +02:00
who.c Adding who, chroot, env and split. 2013-06-14 18:55:25 +02:00
yes.1 Adding the yes(1) command. 2012-04-23 16:27:40 +02:00
yes.c revert to per-cmd usage() 2012-05-15 13:32:56 +01:00