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

filter

Read more about the article tr command in Linux

tr command in Linux

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

1.0 tr The tr command is a filter which reads the standard input, translates or deletes characters and writes on its standard output. The tr command syntax is, tr [OPTION]...…

Continue Readingtr command in Linux

comm command in Linux

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

1.0 comm The comm command compares two sorted files and gives output in three columns. The first column has lines which are present only in the first file. The second…

Continue Readingcomm command in Linux
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 awk Tutorial
Tiger

awk Tutorial

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

1.0 awk awk is a filter which takes the input and gives output after matching desired patterns and doing processing linked to matched patterns. awk is well suited for processing…

Continue Readingawk Tutorial
Read more about the article sed command in Linux

sed command in Linux

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

1.0 sed sed is a stream editor that accepts a list of commands and input file names. It applies the commands one by one on each line of input and…

Continue Readingsed command in Linux
Read more about the article grep Command in Linux

grep Command in Linux

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

1.0 grep grep is a program for searching a given string pattern in files. It searches the files for the pattern and prints the lines that contain strings matching the…

Continue Readinggrep Command in Linux
Read more about the article Network Traffic Control with tc command in Linux

Network Traffic Control with tc command in Linux

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

1.0 Network Traffic Control Computer network traffic is the data moving across the network at a given time. Network bandwidth is the maximum amount of data that can be transmitted…

Continue ReadingNetwork Traffic Control with tc command 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
  • Regular Expressions in C

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.