From bcd5fc12ec4d31f7633460cb66c2e8a5436ace18 Mon Sep 17 00:00:00 2001 From: Denis Vlasenko Date: Sun, 6 Jan 2008 06:27:17 +0000 Subject: tac: new applet. ~240 bytes. Copyright (C) 2003 Yang Xiaopeng Copyright (C) 2007 Natanael Copa Copyright (C) 2007 Tito Ragusa --- coreutils/Config.in | 6 ++++++ coreutils/Kbuild | 1 + 2 files changed, 7 insertions(+) (limited to 'coreutils') diff --git a/coreutils/Config.in b/coreutils/Config.in index d3cbc42..3b3f7b3 100644 --- a/coreutils/Config.in +++ b/coreutils/Config.in @@ -579,6 +579,12 @@ config SYNC help sync is used to flush filesystem buffers. +config TAC + bool "tac" + default n + help + tac is used to concatenate and print files in reverse. + config TAIL bool "tail" default n diff --git a/coreutils/Kbuild b/coreutils/Kbuild index ce21b3a..8ada8b0 100644 --- a/coreutils/Kbuild +++ b/coreutils/Kbuild @@ -66,6 +66,7 @@ lib-$(CONFIG_STAT) += stat.o lib-$(CONFIG_STTY) += stty.o lib-$(CONFIG_SUM) += sum.o lib-$(CONFIG_SYNC) += sync.o +lib-$(CONFIG_TAC) += tac.o lib-$(CONFIG_TAIL) += tail.o lib-$(CONFIG_TEE) += tee.o lib-$(CONFIG_TEST) += test.o -- cgit v1.1