Skip to content

Nathan's Blog

Data, programming, and other things.

  • Concepts
  • Tutorials

Tag Archives: wc

How to Get the First N Bytes of a File

There comes a time when you just need to take a little off the top of a file, see what you are working with. That is where knowing how to use a utility like head can help. Just running: $ head filename.txt Will get you Print the first 10 lines of each FILE to standard […]

Posted bynmaynes1April 14, 2020Posted inUncategorizedTags: big files, bytes, linux, powershell, tutorial, wcLeave a comment on How to Get the First N Bytes of a File
Nathan's Blog, Proudly powered by WordPress.
  • Concepts
  • Tutorials