From 054a4659ed3c2ca64e6572d7e44dd69eb6377587 Mon Sep 17 00:00:00 2001 From: Soham Chakraborty Date: Fri, 10 Jul 2015 20:47:21 +0530 Subject: [PATCH] Added file command under Processing files and data --- README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/README.md b/README.md index 7d06371..6bbf797 100644 --- a/README.md +++ b/README.md @@ -163,6 +163,10 @@ Notes: - For general searching through source or data files (more advanced than `grep -r`), use [`ag`](https://github.com/ggreer/the_silver_searcher). +- To know the type of the file, use the eponymous file command. Like, +$ file vm_qa.py +vm_qa.py: a /usr/bin/env python script text executable + - To convert HTML to text: `lynx -dump -stdin` - For Markdown, HTML, and all kinds of document conversion, try [`pandoc`](http://pandoc.org/).