Skip to content
SoftPrayog
  • Home
  • Programming
  • Tutorials
  • Videos
  • Software Engineering
  • Troubleshooting
Menu Close
  • Home
  • Programming
  • Tutorials
  • Videos
  • Software Engineering
  • Troubleshooting

sort

Read more about the article uniq command in Linux

uniq command in Linux

  • Post author:Karunesh Johri
  • Post published:September 29, 2018
  • Post category:Tutorials
  • Post comments:0 Comments

1.0 uniq The uniq command is a filter for finding unique lines in input. It reads input, suppresses duplicates and prints unique lines in its output. Used with the -D…

Continue Readinguniq command in Linux
Read more about the article sort command in Linux

sort command in Linux

  • Post author:Karunesh Johri
  • Post published:September 29, 2018
  • Post category:Tutorials
  • Post comments:0 Comments

1.0 Sort The sort command is for sorting lines in text files. For example, if we have a file names, we can sort it with the sort command, $ cat…

Continue Readingsort command in Linux
Read more about the article htop command in Linux

htop command in Linux

  • Post author:Karunesh Johri
  • Post published:September 29, 2018
  • Post category:Tutorials
  • Post comments:0 Comments

htop is a ncurses based program for viewing processes in a Linux system. htop gives visual indications about processor, memory and swap usage.

Continue Readinghtop command in Linux
Read more about the article ps command usage with examples in Linux

ps command usage with examples in Linux

  • Post author:Karunesh Johri
  • Post published:September 24, 2018
  • Post category:Tutorials
  • Post comments:0 Comments

The ps command gives information about processes on a Linux or Unix system. Our programs run as processes in the system. Also, for each installed package, there might be one…

Continue Readingps command usage with examples in Linux
Subscribe to SoftPrayog on YouTube

Video Series

  • Linux System Programming
  • Linux Commands
  • C Programming

Recent Posts

  • Flex Tutorial
  • Process synchronization
  • Regular Expressions in C
  • vi not showing color syntax highlighting in Ubuntu Linux
  • Using sha256sum command for ensuring file integrity

Popular Posts

  • D-Bus Tutorial
  • POSIX message queues in Linux
  • POSIX Shared Memory in Linux
  • Gtk-WARNING **: cannot open display:
  • POSIX Semaphores in Linux
  • Network Traffic Control with tc command in Linux
  • Connecting two computers with Ethernet LAN cable
  • POSIX Threads Synchronization in C
  • I/O multiplexing: select, poll and epoll in Linux
  • fork and exec system calls in Linux

Email Newsletter

Loading
Web Store
About
Subscribe
Contact Us
Privacy Policy
Terms of service
SoftPrayog on Facebook        SoftPrayog on Twitter         SoftPrayog on Telegram
Copyright © 2023 Karunesh Johri. All Rights reserved.