APLawrence - Information and Resources for Unix and Linux Systems, Bloggers and the self-employed
RSS Feeds Get APLawrence.com by RSS













February 2008: These tests are all badly in need of update.
Some questions are incorrect because of changing technology and others just make no sense in today's IT world.
I do intend to update these, but it's a big project..

MacOSX Skills Test

Copyright 2002,2003 A.P. Lawrence

Next
Previous
Return to Start Page
Get Complete 305 Question Set

M

What will be the output of the following shell script?
#!/bin/sh
a=one
b=two
c=three
grep two <<\here
1 $a
2 $b
3 $c
here

Answer