Skip to content
Courses
DSA to Development
Machine Learning & Data Science
Generative AI & ChatGPT
Become AWS Certified
DSA Courses
Data Structure & Algorithm(C++/JAVA)
Data Structure & Algorithm(Python)
Data Structure & Algorithm(JavaScript)
Programming Languages
CPP
Java
Python
JavaScript
C
All Courses
Tutorials
Python Tutorial
Taking Input in Python
Python Operators
Python Data Types
Python Loops and Control Flow
Python Conditional Statements
Python Loops
Python Functions
Python OOPS Concept
Python Data Structures
Python Exception Handling
Python File Handling
Python Exercises
Java
Learn Java Programming Language
Java Collections
Java 8 Tutorial
Java Programs
Java Interview Questions
Java Interview Questions
Core Java Interview Questions-Freshers
Java Multithreading Interview Questions
OOPs Interview Questions and Answers
Java Exercises
Java Quiz
Java Quiz
Core Java MCQ
Java Projects
Advance Java
Spring Tutorial
Spring Boot Tutorial
Spring Boot Interview Questions
Spring MVC Tutorial
Spring MVC Interview Questions
Hibernate Tutorial
Hibernate Interview Questions
Programming Languages
JavaScript
C++
R Tutorial
SQL
PHP
C#
C
Scala
Perl
Go Language
Kotlin
System Design
System Design Tutorial
Software Design Patterns
System Design Roadmap
Top 10 System Design Interview Questions and Answers
Interview Corner
Company Preparation
Top Topics
Practice Company Questions
Interview Experiences
Experienced Interviews
Internship Interviews
Competitive Programming
Multiple Choice Quizzes
Aptitude for Placements
Computer Science Subjects
Operating System
DBMS
Computer Networks
Engineering Mathematics
Computer Organization and Architecture
Theory of Computation
Compiler Design
Digital Logic
Software Engineering
DevOps
GIT
AWS
Docker
Kubernetes
Microsoft Azure Tutorial
Google Cloud Platform
Linux
Linux Tutorial
Linux Commands A-Z
Linux Commands Cheatsheet
File Permission Commands
Linux System Administration
Linux File System
Linux Shell Scripting
Linux Networking
Linux Interview Questions
Software Testing
Software Testing Tutorial
Software Engineering Tutorial
Testing Interview Questions
Jira
Databases
DBMS Tutorial
SQL Tutorial
PostgreSQL Tutorial
MongoDB Tutorial
SQL Interview Questions
MySQL Interview Questions
PL/SQL Interview Questions
Android
Android Tutorial
Android Studio Tutorial
Kotlin For Android
Android Projects
Android Interview Questions
6 Weeks of Android App Development
Excel
MS Excel Tutorial
Introduction to MS Excel
Data Analysis in Excel
Basic Excel Formulas & Functions
Data Analysis in Advanced Excel
Workbooks
Statistical Functions
Data Visualization in Excel
Pivot Tables in Excel
Excel Spreadsheets in Python
Basic Excel Shortcuts
Mathematics
Number System
Algebra
Linear Algebra
Trigonometry
Set Theory
Statistics
Probability
Geometry
Mensuration
Logarithms
Calculus
DSA
Data Structures
Arrays
Matrix
Strings
Linked List
Stack
Queue
Tree
Heap
Hashing
Graph
Set Data Structure
Map Data Structure
Advanced Data Structure
Data Structures Tutorial
Algorithms
Analysis of Algorithms
Design and Analysis of Algorithms
Asymptotic Analysis
Asymptotic Notations
Worst, Average and Best Cases
Searching Algorithms
Linear Search
Binary Search
Searching Algorithms Tutorial
Sorting Algorithms
Selection Sort
Bubble Sort
Insertion Sort
Merge Sort
Quick Sort
Heap Sort
Counting Sort
Radix Sort
Bucket Sort
Sorting Algorithms Tutorial
Greedy Algorithms
Dynamic Programming
Graph Algorithms
Pattern Searching
Recursion
Backtracking
Divide and Conquer
Mathematical Algorithms
Geometric Algorithms
Bitwise Algorithms
Randomized Algorithms
Branch and Bound
Algorithms Tutorial
DSA Tutorial
Practice
All DSA Problems
Problem of the Day
Company Wise Coding Practice
Amazon
Microsoft
Flipkart
Explore All
GfG SDE Sheet
Practice Problems Difficulty Wise
School
Basic
Easy
Medium
Hard
Language Wise Coding Practice
CPP
Java
Python
Curated DSA Lists
Beginner's DSA Sheet
Top 50 Array Problems
Top 50 String Problems
Top 50 DP Problems
Top 50 Graph Problems
Top 50 Tree Problems
Competitive Programming
Company Wise SDE Sheets
Facebook SDE Sheet
Amazon SDE Sheet
Apple SDE Sheet
Netflix SDE Sheet
Google SDE Sheet
DSA Cheat Sheets
SDE Sheet
DSA Sheet for Beginners
FAANG Coding Sheet
Product-Based Coding Sheet
Company-Wise Preparation Sheet
Top Interview Questions
Puzzles
All Puzzles
Top 100 Puzzles Asked In Interviews
Top 20 Puzzles Commonly Asked During SDE Interviews
Data Science
Python Tutorial
R Tutorial
Machine Learning
Data Science using Python
Data Science using R
Data Science Packages
Pandas Tutorial
NumPy Tutorial
Data Visualization
Python Data Visualization Tutorial
Data Visualization with R
Data Analysis
Data Analysis with Python
Data Analysis with R
Deep Learning
NLP Tutorial
Web Tech
HTML Tutorial
CSS Tutorial
JavaScript Tutorial
PHP Tutorial
ReactJS Tutorial
NodeJS Tutorial
Bootstrap Tutorial
Typescript
Web Development Using Python
Django
Django Tutorial
Django Projects
Django Interview Questions
Flask
Flask Tutorial
Flask Projects
Flask Interview Questions
Postman
Github
Cheat Sheets
HTML Cheat Sheet
CSS Cheat Sheet
JavaScript Cheat Sheet
React Cheat Sheet
Angular Cheat Sheet
jQuery Cheat Sheet
Bootstrap Cheat Sheet
Learn Complete Web Development
Trending Now
DSA
Web Tech
Foundational Courses
Data Science
Practice Problem
Python
Machine Learning
JavaScript
System Design
Django
DevOps Tutorial
Java
C
C++
ReactJS
NodeJS
CP Live
Aptitude
Puzzles
Projects
▲
Similar Topics
Difference Between
4.3k+ articles
Linux-Unix
2.6k+ articles
How To
1.9k+ articles
linux-command
400+ articles
palindrome
310+ articles
Web-scraping
90+ articles
Linux-file-commands
74 articles
Linux-text-processing-commands
31 articles
Linux-Shell-Commands
28 articles
Shell
22 articles
Shell Script
110+ posts
Popular Articles
Recent Articles
Shell Scripting - Shell Variables
Last Updated: 16 May 2024
A shell variable is a character string in a shell that stores some value. It could be an integer, filename, string, or some shell command it
...read more
Linux-Unix
Shell Script
Picked
How to Create a Shell Script in linux
Last Updated: 13 March 2024
Shell is an interface of the operating system. It accepts commands from users and interprets them to the operating system. If you want to ru
...read more
Linux-Unix
Shell Script
Picked
Geeks-Premier-League-2022
Geeks Premier League
How to Use Regular Expressions (RegEx) on Linux
Last Updated: 18 July 2021
Regexps are acronyms for regular expressions. Regular expressions are special characters or sets of characters that help us to search for da
...read more
Linux-Unix
Shell Script
Picked
Similar Topics
Difference Between
4.3k+ articles
Linux-Unix
2.6k+ articles
How To
1.9k+ articles
linux-command
400+ articles
palindrome
310+ articles
Web-scraping
90+ articles
Linux-file-commands
74+ articles
Linux-text-processing-commands
31+ articles
Linux-Shell-Commands
28+ articles
Shell
22+ articles
How To Run Bash Script In Linux?
Last Updated: 13 February 2024
Bash scripts, also known as shell scripts, are powerful tools in the world of command-line automation. They allow you to perform a series of
...read more
Linux-Unix
Shell Script
Picked
Multi-Line Comment in Shell Script
Last Updated: 09 February 2022
Comments are quite a crucial part of a program or a code-base. It helps in understanding the code, improves code-readability, and also helps
...read more
Linux-Unix
Shell Script
Picked
Shell Script to Count Lines and Words in a File
Last Updated: 18 May 2021
Linux provides users a great cool feature of the command-line tool along with a graphical user interface where they can perform tasks via ru
...read more
Linux-Unix
Shell Script
Picked
Comments in Shell Script
Last Updated: 29 August 2024
Comments are the useful information that the developers provide to make the reader understand the source code. It explains the logic or a pa
...read more
Linux-Unix
Shell Script
Shell Script to Concatenate Two Strings
Last Updated: 28 March 2021
String concatenation is the process of appending a string to the end of another string. This can be done with shell scripting using two meth
...read more
Linux-Unix
Shell Script
Picked
Shell Script to Split a String
Last Updated: 20 June 2021
Shell Scripting or Shell Programming is just like any other programming language. A shell is a special program that provides an interface be
...read more
Linux-Unix
Shell Script
Picked
Basic Operators in Shell Scripting
Last Updated: 30 July 2024
There are 5 basic operators in bash/shell scripting:Arithmetic OperatorsRelational OperatorsBoolean OperatorsBitwise OperatorsFile Test Oper
...read more
Technical Scripter
Linux-Unix
Shell Script
Conditional Statements | Shell Script
Last Updated: 27 February 2020
Conditional Statements: There are total 5 conditional statements which can be used in bash programming if statement if-else statement
...read more
Linux-Unix
Shell
Shell Script
Looping Statements | Shell Script
Last Updated: 03 January 2024
Looping Statements in Shell Scripting: There are total 3 looping statements that can be used in bash programming Table of Content`while` st
...read more
Linux-Unix
Shell
Shell Script
Simple Calculator in Bash
Last Updated: 18 April 2023
Create a simple calculator which can perform basic arithmetic operations like addition, subtraction, multiplication or division depending up
...read more
Linux-Unix
Shell Script
Fibonacci Series in Bash
Last Updated: 20 May 2022
Prerequisite: Fibonacci Series Write a program to print the Fibonacci sequence up to nth digit using Bash. Examples:Input : 5Output :Fibonac
...read more
Linux-Unix
Shell Script
Array Basics in Shell Scripting | Set 1
Last Updated: 08 April 2024
Consider a situation if we want to store 1000 numbers and perform operations on them. If we use a simple variable concept then we have to cr
...read more
Linux-Unix
Shell Script
1
2
3
4
5
6
7
8
>>
Last
1
2
3
4
5
6
>>
Last
1
2
3
4
>>
Last
We use cookies to ensure you have the best browsing experience on our website. By using our site, you acknowledge that you have read and understood our
Cookie Policy
&
Privacy Policy
Got It !