Top "Cat" questions

The cat command is a standard Unix program used to concatenate and display files.

How to use apply, cat and print, without getting NULL

I am trying to use cat() as functions inside apply(). I can almost make R do what I want, but …

r apply cat
How to avoid 'sink stack is full' error when sink() is used to capture messages in foreach loop

In order to see the console messages output by a function running in a foreach() loop I followed the advice …

r foreach cat sink
Which Windows Shell command will print a file content on the standard output (like cat in Linux)?

Which Windows Shell command will print a file content on the standard output (like cat in Linux) ? With Google, Stackoverflow, …

windows shell cat
How to perform sort on all files in a directory?

How do I perform sort on all files in the directory? I could have done it in python, but it …

file unix sorting directory cat
Bash: concatenate multiple files and add "\newline" between each?

I have a small Bash script that takes all Markdown files of a directory, and merge them into one like …

bash file cat
Print contents of a PDF to the command line

I'm looking for a command-line program that will print out the text of a PDF file, just like cat for …

linux pdf command-line cat
grep/regex can't find accented word

I'm trying mount a regex that get some words on a file where all letters of this word match with …

regex unicode grep cat non-ascii-characters