GradePack

    • Home
    • Blog
Skip to content
bg
bg
bg
bg

GradePack

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

What does the -v option do in the grep command?

What does the -v option do in the grep command?

Read Details

Which option is used to append files to an existing tar arch…

Which option is used to append files to an existing tar archive?

Read Details

To rename a file named “old.txt” to “new.txt,” what command…

To rename a file named “old.txt” to “new.txt,” what command would you use? 

Read Details

Posts pagination

Newer posts 1 … 37,546 37,547 37,548 37,549 37,550 … 71,025 Older posts

GradePack

  • Privacy Policy
  • Terms of Service
Top