Just enough detail to unblock you.
The TLDR Tech
  • Home
  • Django
  • About
  • Author
  • Consult
Subscribe

Unix

UNIX is a family of operating systems that were originally developed in the 1970s. UNIX is an acronym for "UNiplexed Information and Computing Services." UNIX is a versatile operating system that is still widely used in embedded systems, mobile phones, tablets, and other devices. UNIX systems are highly customizable and have a long history of supporting a variety of languages.
Linux Commands which we use daily

Linux Commands which we use daily

Ask any developer, and you will hear the same, switch your OS to Linux/Unix-based platform and switch to a terminal to have a better coding experience. But what we all forget is to share how daunting the whole migration strategy was for most of us. I started using the
Arghya Saha Mar 13, 2021
How to create a file using shell script (heredoc)?

How to create a file using shell script (heredoc)?

The TLDR answer: If you need to use a shell script which would create a file with the dynamic content using few variables then you can use the code below. The approach we shall take here will use heredoc [https://en.wikipedia.org/wiki/Here_document] / here document syntax. cat
Arghya Saha Feb 11, 2021

Subscribe to The TLDR Tech

Don't miss out on the latest news. Sign up now to get access to the library of members-only articles.
The TLDR Tech © 2023. Powered by Ghost