GradePack

    • Home
    • Blog
Skip to content
bg
bg
bg
bg

Author Archives: Anonymous

Given the file products.txt contains: TV,500 / Laptop,1000 /…

Given the file products.txt contains: TV,500 / Laptop,1000 / Fan,50 (each on its own line, comma-separated). What is the output of: awk -F “,” ‘$2 > 100 { print $1 }’ products.txt

Read Details

In awk, which built-in function globally substitutes ALL occ…

In awk, which built-in function globally substitutes ALL occurrences of a pattern within a string?

Read Details

Which mode is used for inserting and editing text?

Which mode is used for inserting and editing text?

Read Details

What is the default field separator used by awk when no -F o…

What is the default field separator used by awk when no -F option or FS variable is specified?

Read Details

Which command saves the file and quits Vim?

Which command saves the file and quits Vim?

Read Details

What does the metacharacter \d represent in a regular expres…

What does the metacharacter \d represent in a regular expression?

Read Details

After making changes to several files, you want to see which…

After making changes to several files, you want to see which files have been modified but not yet staged for commit. Which command shows this information?

Read Details

x = 10 def func(): x = x + 5 return x print(func()) What hap…

x = 10 def func(): x = x + 5 return x print(func()) What happens?

Read Details

The command git log displays the commit history of the curre…

The command git log displays the commit history of the current repository.

Read Details

In awk, all arrays are:

In awk, all arrays are:

Read Details

Posts pagination

Newer posts 1 … 30 31 32 33 34 … 86,064 Older posts

GradePack

  • Privacy Policy
  • Terms of Service
Top