Skip to content

Programming Articles

  • HOME
  • Python
  • JavaScript
  • C/C++
  • Java
  • Terms & Conditions and Privacy Policy
  • About US
Main Menu

Command Line Interface- CLI

Command Line Interface- CLI / Linux

How to determine the total size of a directory from the terminal?

The command du “summarizes disk usage of each FILE, recursively for directories,” e.g., -h is to get the numbers “human readable”, e.g. get 140M instead of 143260 (size in KBytes) -s is for summary (otherwise you’ll get not …

How to determine the total size of a directory from the terminal? Learn More
Command Line Interface- CLI / Linux

How to save the terminal output to a file?

In this article, we’ll learn how to save the output from the terminal to a file. The first question is, is it possible? Yes it is possible, just redirect the …

How to save the terminal output to a file? Learn More
Command Line Interface- CLI / Linux

How to exclude a directory in find . command in Linux?

Use the -prune primary. For example, if you want to exclude ./misc: To exclude multiple directories, OR them between parentheses. And, to exclude directories with a specific name at any level, use the -name primary …

How to exclude a directory in find . command in Linux? Learn More
Command Line Interface- CLI

How to grep a file, but show several surrounding lines?

Query: I would like to grep for a string, but also show the preceding five lines and the following five lines as well as the matched line. How would I be able …

How to grep a file, but show several surrounding lines? Learn More

Featured Posts

From UNIX to Linux – History of Linux

21st November 202010th September 2022

Best themes for Ubuntu: Make Ubuntu Beautiful

20th October 202010th September 2022

Strings in Python

12th September 202010th September 2022

Is Python hard to learn? Top best learning resources

18th April 202010th September 2022

Recent posts

  • How to pad a string with zeroes to the left?
  • What is the difference between process and thread?
  • How to generate a random alpha-numeric string in Java?
  • How to auto-resize an image to fit a ‘div’ container?
  • How to get a Docker container’s IP address from the host?
  • How to display a JavaScript object?
Copyright © 2023 Programming Articles.
Powered by WordPress and HitMag.