- What does the following vim regex do?
/^\@<!^I\@<!^I/
- Write a single-line shell command that moves every file older than three weeks to another directory and gzips it. Please specify which UNIX flavor you are using.
- Without running it, what is the output of this perl script?
#!/usr/bin/perl $" = "\", \""; @_ = ("Horse", 3, ["One", "More", "Time"], \$_[0]); print "$$_[3]\"@{[map{substr($_,0,3)}@_]}\"\n";
Pop quiz! You have five minutes to complete this test.