mail archive of the barebox mailing list
 help / color / mirror / Atom feed
* [PATCH] add basename/dirname commands
@ 2012-06-24 11:29 Sascha Hauer
  2012-06-24 11:29 ` [PATCH 1/2] Add basename command Sascha Hauer
  2012-06-24 11:29 ` [PATCH 2/2] Add dirname command Sascha Hauer
  0 siblings, 2 replies; 3+ messages in thread
From: Sascha Hauer @ 2012-06-24 11:29 UTC (permalink / raw)
  To: barebox

basename and dirname are handy commands, add support for it.

----------------------------------------------------------------
Sascha Hauer (2):
      Add basename command
      Add dirname command

 commands/Kconfig    |   14 ++++++++++++++
 commands/Makefile   |    2 ++
 commands/basename.c |   47 +++++++++++++++++++++++++++++++++++++++++++++++
 commands/dirname.c  |   47 +++++++++++++++++++++++++++++++++++++++++++++++
 4 files changed, 110 insertions(+)
 create mode 100644 commands/basename.c
 create mode 100644 commands/dirname.c

_______________________________________________
barebox mailing list
barebox@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/barebox

^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2012-06-24 11:29 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2012-06-24 11:29 [PATCH] add basename/dirname commands Sascha Hauer
2012-06-24 11:29 ` [PATCH 1/2] Add basename command Sascha Hauer
2012-06-24 11:29 ` [PATCH 2/2] Add dirname command Sascha Hauer

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox