18 May 2010 0 comments Linux
This blog post is 12 years old! Most likely, its content is outdated. Especially if it's technical.
This is fairly obvious stuff I guess but it has troubled me for a long time. Some programs on Linux don't spit out their results to stdout
. Instead they start a little program similar to less
. So what is a console nerd to do?
Pipe it cat
! I don't know why I've never thought of this before:
- Previous:
- Upgrading to Ubuntu Lucid Lynx and downgrading to Python2.4 and Python2.5 11 May 2010
- Next:
- Review: Django 1.1 Testing and Debugging 20 May 2010
- Related by category:
- Linux tip: du --max-depth=1 27 September 2007 Linux
- How to create-react-app with Docker 17 November 2017 Linux
- Be very careful with your add_header in Nginx! You might make your site insecure 11 February 2018 Linux
- set -ex - The most useful bash trick of the year 31 August 2014 Linux
- Run something forever in bash until you want to stop it 13 February 2018 Linux
- Related by keyword:
- Connecting with psycopg2 without a username and password 24 February 2011
- Conditional aggregation in Django 2.0 12 January 2018
- Show size of every PostgreSQL database you have 7 February 2018
- How I performance test PostgreSQL locally on macOS 10 December 2018
- Best EXPLAIN ANALYZE benchmark script 19 April 2018