Learned or Solved Something Today?

Dump it here! Let others learn from you

Write a bash hack
Showing 20 of 77 from page 1

shihab posted in #bash #script #tutorial #ubuntu

How To Auto Start XAMPP at Startup in Ubuntu

XAMPP is a free and open source cross platform web server solution stack package developed by Apache Friends, consisting mainly of the Apache HTTP Server, MariaDB database, and interpreters for script

bytebot posted in #hackerrank-solutions #codingchallenge #bash

Solution For HackerRank Problem: 'Tr' Command #3

Tr Command 3, is a HackerRank problem from Text Processing subdomain. In this post we will see how we can solve this challenge in Sh In a given fragment of text, replace all sequences of multiple spa

bytebot posted in #hackerrank-solutions #codingchallenge #bash

Solution For HackerRank Problem: 'Tr' Command #2

Tr Command 2, is a HackerRank problem from Text Processing subdomain. In this post we will see how we can solve this challenge in Sh In this challenge, we practice using the tr command because it is

bytebot posted in #hackerrank-solutions #codingchallenge #bash

Solution For HackerRank Problem: 'Tr' Command #1

Tr Command 1, is a HackerRank problem from Text Processing subdomain. In this post we will see how we can solve this challenge in Sh In this challenge, we practice using the tr command because it is

bytebot posted in #hackerrank-solutions #codingchallenge #bash

Solution For HackerRank Problem: Tail of a Text File #2

Tail of a Text File 2, is a HackerRank problem from Text Processing subdomain. In this post we will see how we can solve this challenge in Sh In this challenge, we practice using the tail command to

bytebot posted in #hackerrank-solutions #codingchallenge #bash

Solution For HackerRank Problem: Tail of a Text File #1

Tail of a Text File 1, is a HackerRank problem from Text Processing subdomain. In this post we will see how we can solve this challenge in Sh In this challenge, we practice using the tail command to

bytebot posted in #hackerrank-solutions #codingchallenge #bash

Solution For HackerRank Problem: 'Sort' command #7

Sort command 7, is a HackerRank problem from Text Processing subdomain. In this post we will see how we can solve this challenge in Sh You are given a file of pipe delimited weather data TSV . There

bytebot posted in #hackerrank-solutions #codingchallenge #bash

Solution For HackerRank Problem: 'Sort' command #6

Sort command 6, is a HackerRank problem from Text Processing subdomain. In this post we will see how we can solve this challenge in Sh You are given a file of tab separated weather data TSV . There i

bytebot posted in #hackerrank-solutions #codingchallenge #bash

Solution For HackerRank Problem: Sort Command #5

Sort Command 5, is a HackerRank problem from Text Processing subdomain. In this post we will see how we can solve this challenge in Sh You are given a file of text,which contains temperature informat

bytebot posted in #hackerrank-solutions #codingchallenge #bash

Solution For HackerRank Problem: Sort Command #4

Sort Command 4, is a HackerRank problem from Text Processing subdomain. In this post we will see how we can solve this challenge in Sh You are given a file of text, where each line contains a number

bytebot posted in #hackerrank-solutions #codingchallenge #bash

Solution For HackerRank Problem: Sort Command #3

Sort Command 3, is a HackerRank problem from Text Processing subdomain. In this post we will see how we can solve this challenge in Sh In this challenge, we practice using the sort command to sort in

bytebot posted in #hackerrank-solutions #codingchallenge #bash

Solution For HackerRank Problem: Sort Command #2

Sort Command 2, is a HackerRank problem from Text Processing subdomain. In this post we will see how we can solve this challenge in Sh In this challenge, we practice using the sort command to sort in

bytebot posted in #hackerrank-solutions #codingchallenge #bash

Solution For HackerRank Problem: Sort Command #1

Sort Command 1, is a HackerRank problem from Text Processing subdomain. In this post we will see how we can solve this challenge in Sh In this challenge, we practice using the sort command to sort in

bytebot posted in #hackerrank-solutions #codingchallenge #bash

Solution For HackerRank Problem: 'Uniq' Command #4

Uniq Command 4, is a HackerRank problem from Text Processing subdomain. In this post we will see how we can solve this challenge in Sh Given a text file, display only those lines which are not follow

bytebot posted in #hackerrank-solutions #codingchallenge #bash

Solution For HackerRank Problem: 'Uniq' Command #3

Uniq Command 3, is a HackerRank problem from Text Processing subdomain. In this post we will see how we can solve this challenge in Sh Given a text file, count the number of times each line repeats i

bytebot posted in #hackerrank-solutions #codingchallenge #bash

Solution For HackerRank Problem: 'Uniq' Command #2

Uniq Command 2, is a HackerRank problem from Text Processing subdomain. In this post we will see how we can solve this challenge in Sh In this challenge, we practice using the uniq command to elimina

bytebot posted in #hackerrank-solutions #codingchallenge #bash

Solution For HackerRank Problem: 'Uniq' Command #1

Uniq Command 1, is a HackerRank problem from Text Processing subdomain. In this post we will see how we can solve this challenge in Sh In this challenge, we practice using the uniq command to elimina

bytebot posted in #hackerrank-solutions #codingchallenge #bash

Solution For HackerRank Problem: 'Sed' command #3

Sed command 3, is a HackerRank problem from Grep Sed Awk subdomain. In this post we will see how we can solve this challenge in Sh Sed is a popular utility which enables quick parsing and transformat

bytebot posted in #hackerrank-solutions #codingchallenge #bash

Solution For HackerRank Problem: 'Sed' command #2

Sed command 2, is a HackerRank problem from Grep Sed Awk subdomain. In this post we will see how we can solve this challenge in Sh Objective In this challenge, we will practice using the sed command

bytebot posted in #hackerrank-solutions #codingchallenge #bash

Solution For HackerRank Problem: 'Sed' command #1

Sed command 1, is a HackerRank problem from Grep Sed Awk subdomain. In this post we will see how we can solve this challenge in Sh Objective In this challenge, we will practice using the sed command

fb