Skip to content

tech.

How to Create programs, Fix, Find and Configure them

  • Tips&Tricks
  • How to fix
  • For Beginners
  • English
    • Español
    • Deutsch
    • Français
    • 简体中文

Tag: less

For Beginners

Less utility for beginners

Gosh On January 27, 2019January 27, 2019
Less utility for beginners

less is a terminal pager program for Linux, MacOS (Unixes) and even Windows. It’s used to viewing (but not changing) the contents of a text file one screen at a time. You can try in you terminal: less /etc/passwd – if you use Unix-like system. Note: press q to quit. Most Linux users know about navigationContinue Reading


Recent Posts

  • How to use/add a self-signed certificate to Mac OS
  • How to delete all Docker images and containers
  • How to change permissions for file / directory recursively in Linux
  • How to install non-free video / audio codecs in Ubuntu
  • Python 3 performance profiling – easiest way

Archives

  • February 2020
  • June 2019
  • January 2019

Categories

  • For Beginners
  • How to fix
  • Tips&Tricks