diff options
Diffstat (limited to 'coreutils/Config.in')
-rw-r--r-- | coreutils/Config.in | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/coreutils/Config.in b/coreutils/Config.in index d3cbc4213..3b3f7b333 100644 --- a/coreutils/Config.in +++ b/coreutils/Config.in | |||
@@ -579,6 +579,12 @@ config SYNC | |||
579 | help | 579 | help |
580 | sync is used to flush filesystem buffers. | 580 | sync is used to flush filesystem buffers. |
581 | 581 | ||
582 | config TAC | ||
583 | bool "tac" | ||
584 | default n | ||
585 | help | ||
586 | tac is used to concatenate and print files in reverse. | ||
587 | |||
582 | config TAIL | 588 | config TAIL |
583 | bool "tail" | 589 | bool "tail" |
584 | default n | 590 | default n |