02 Bash script that reads an integer value (say n ) from the standard input, creates a directory named OPPE 1 · Jun 2022 · Bash Medium Unsolved
03 Bash script that reads an integer value from STDIN, that is the length of the side of a square and OPPE 1 · Jun 2022 · Bash Medium Unsolved
06 Consider a shell variable array named as number_arr containing integers OPPE 1 · Jun 2022 · Bash Medium Unsolved
07 The current working directory contains different types of files, each file type is identified by... OPPE 1 · Jun 2022 · Bash Medium Unsolved
08 The file dpkg.log present in the current directory contains the log of package operations OPPE 1 · Jun 2022 · Bash Medium Unsolved
09 Bash script that reads two numbers a and b as first and second input respectively from standard OPPE 1 · Jun 2022 · Bash Medium Unsolved
10 Current working directory contains two sub-directories named as source and destination OPPE 1 · Jun 2022 · Bash Medium Unsolved
11 bash command to print just the n th line of a given text file named file.txt , n is a bash variable OPPE 1 · Jun 2022 · Bash Medium Unsolved
12 Bash Command/script that creates a file named documents.txt (in the current working directory) OPPE 1 · Jun 2022 · Bash Medium Unsolved
13 bash script that takes any number of command line arguments. OPPE 1 · Jun 2022 · Bash Medium Unsolved
14 Bash script to print all the numbers between a and b (both a and b inclusive), that are divisible OPPE 1 · Jun 2022 · Bash Medium Unsolved
15 Consider a bash script named as message.sh that prints a message to STDOUT OPPE 1 · Jun 2022 · Bash Medium Unsolved
16 The file dpkg.log present in the current working directory contains the log of package operations... OPPE 1 · Jun 2022 · Bash Medium Unsolved
17 Given /etc/passwd file as standard input (&0), extract the usernames and convert them to lowercase. OPPE 1 · Aug 2025 · Bash Medium Unsolved
19 Read an integer n from standard input and print the first n rows of Fibonacci numbers in a triang... OPPE 1 · Aug 2025 · Bash Medium Unsolved
20 Given a CSV file of numbers, print each row with an additional column representing the row sum OPPE 1 · Aug 2025 · Bash Medium Unsolved