Write a script that takes a colon-separated list of items and outputs the items, one per line, to standard output (without the colons).
What will be an ideal response?
The following script segment takes the list from the command line:
$ cat nocolons
IFS=:
set $*
for i
do
echo $i
done
You might also like to view...
Some systems, like Windows and Linux, have built-in utilities that can filter packets on the TCP/IP stack of the server software.
Answer the following statement true (T) or false (F)
To modify a report while viewing actual report data, use the ____ view.
A. Layout B. Design C. Print Preview D. Report
A(n) ____________________, which is usually presented on a screen to the user during software installation, spells out fair and responsible use of the software being installed.
Fill in the blank(s) with the appropriate word(s).
Referred to as the “infection vector”, the __________ is the means by which a virus spreads or propagates.
Fill in the blank(s) with the appropriate word(s).