Question
A company’s quarterly sales (in
lakh units) are: Q1: 18, Q2: 24, Q3: 21, Q4: 27 Find the percentage increase from Q1 to Q4.Solution
ATQ,
Increase = 27 – 18 = 9 Percentage increase = (9/18) × 100 = 50%
Named pipes (FIFOs) are created using:
Which command is used to display the number of lines in a file?
Which command is used to find the number of lines, words, and characters in a file?
What does $# represent in a shell script?
Which symbol is used to comment a single line in shell scripts?
Which command is used to display the last few lines of a file?
In shell scripting, how do you assign the string "Hello World" to a variable named `MESSAGE`?
What does $# represent in a shell script?
Which command is used to make a shell script executable?
Which command is used to check the current working directory in Linux?