Helpdesk, the Comic Strip

 
Thread Tools Search this Thread
The Lounge What is on Your Mind? Cartoons for Geeks Helpdesk, the Comic Strip
# 1  
Old 02-11-2009
Helpdesk, the Comic Strip

Ubersoft.net: Technology Is Not Your Friend

Being an avid reader from the first strip, I enjoy the witty punchlines a lot.

Ubersoft.net follows the trials and tribulations of Ubersoft (a large software company) and its employees.

Regards

Libs
 
Login or Register to Ask a Question

Previous Thread | Next Thread

1 More Discussions You Might Find Interesting

1. UNIX for Dummies Questions & Answers

Help The Helpdesk?!!

-- Thanks in advance for any help -- This is a osx specific typically 10.5.x -10.6.x I work at a mac helpdesk - and we do allot of Data Transfers/Migrations As things go, at the helpdesk, with the world of computers; (hard drives) are not always willing to play nice. So here is the... (4 Replies)
Discussion started by: briandanielz
4 Replies
Login or Register to Ask a Question
SHTOOL-TABLE.TMP(1)					      GNU Portable Shell Tool					       SHTOOL-TABLE.TMP(1)

NAME
shtool-table - GNU shtool pretty-print a field-separated list SYNOPSIS
shtool table [-F|--field-sep sep] [-w|--width width] [-c|--columns cols] [-s|--strip strip] strsepstr... DESCRIPTION
This pretty-prints a list of strings as a table. OPTIONS
The following command line options are available. -F, --field-sep sep Separate columns using sep. Default is ":". -w, --width width Width of each column. Default is 15 characters. -c, --columns cols Number of columns. Default is 3. -s, --strip strip Strip off any characters past strip. Default is 79. EXAMPLE
# shell script shtool table -F , -w 5 -c 4 "1,2,3,4,5,6,7,8,9,10,11,12" HISTORY
The GNU shtool table command was originally written by Ralf S. Engelschall <rse@engelschall.com> in 1999 for GNU shtool. SEE ALSO
shtool(1), tr(1), fmt(1), sh(1), awk(1), sed(1). 18-Jul-2008 shtool 2.0.8 SHTOOL-TABLE.TMP(1)