GradePack

    • Home
    • Blog
Skip to content
bg
bg
bg
bg

GradePack

What is the output of the following script “continueExample….

What is the output of the following script “continueExample.sh”

Read Details

What is the 2’s Complement representation of the decimal num…

What is the 2’s Complement representation of the decimal number -80 in 8 bits?

Read Details

Assume “record.txt”  has several employees information such…

Assume “record.txt”  has several employees information such as name, email, mobile, street, city, etc.  Write a Bash script that takes the “record.txt”   file as input from the command line. Find mobile numbers from the text file and display all mobile numbers only.

Read Details

Write a bash script to find the people who spend at least $6…

Write a bash script to find the people who spend at least $63.00 in any category. Just display first name and Phone.   Assume empData.csv has at least 100 records with the following format: [Don’t use awk command] FirstName|LastName|Phone|Expense1|Expense2|Expense3. Rachel|Miller|(111)222-3333|$100.00|$9.00|$27.50 John|Doe|(771)202-3783|$10.00|$43.00|$181.50 David|Wilson|(991)302-8785|$200.00|$63.00|$281.50

Read Details

Which given command lists all files from the current directo…

Which given command lists all files from the current directory whose size is greater than 400KB?

Read Details

Assume “record.txt”  has several employees information such…

Assume “record.txt”  has several employees information such as name, email, mobile, street, city, etc.  Write a Bash script that takes the “record.txt”   file as input from the command line. Find mobile numbers from the text file and display all mobile numbers only. The mobile number format is 123-45-67890.

Read Details

What is a POS?

What is a POS?

Read Details

Which option is used to specify the directory where files sh…

Which option is used to specify the directory where files should be extracted in the tar command?

Read Details

What is the output of the following script:

What is the output of the following script:

Read Details

Write a short bash script that displays the sum of only even…

Write a short bash script that displays the sum of only even numbers from 10 to 100 using the concept of bash for loop and continue statement. 

Read Details

Posts pagination

Newer posts 1 … 44,029 44,030 44,031 44,032 44,033 … 77,508 Older posts

GradePack

  • Privacy Policy
  • Terms of Service
Top