1 su - 2 super_man2 3 make_man_pages 4 man2html --help 5 which perl 6 su - 7 su - 8 man2html --help 9 make_man_pages 10 make_man_pages 11 make_man_pages 12 which makewhatis 13 locate makewhatis 14 su --help 15 su -l -c makewhatis; super_man2; make_man_pages 16 man xsnow 17 whatis xnow 18 locate xsnow 19 which eclipse 20 exit 21 eclipse 22 locate ksh | less 23 rpm -qf /bin/ksh 24 man ksh 25 whatis ksh 26 whatis korn 27 whatis Korn 28 man ksh 29 ls 30 cd linuxcommand 31 ls 32 less super_man_db.txt 33 locate makewhatis 34 locate whatis 35 ls usr/cache 36 ls /usr/cache 37 su - 38 exit 39 man pulsar1 40 locate pulsar 41 man pulsar 42 locate whatis 43 less /var/cache/man/whatis 44 grep (1) /var/cache/man/whatis 45 grep "(1)" /var/cache/man/whatis 46 grep "(1)" /var/cache/man/whatis | less 47 which gtbl 48 which nroff 49 ls /usr/share/man1 50 ls /usr/share/man/man1 51 cd bin 52 ls 53 top 54 ps aux 55 locate fishsrv 56 ps aux 57 ls /usr/bin | wc -l 58 ls /usr/bin 59 top 60 su - 61 top 62 ls 63 vi super_man2 64 vi make_man_pages 65 cd 66 ls 67 cd linuxcommand 68 ls 69 mv super_man_db.txt super_man_db.txt.bak 70 top 71 cd bin 72 ls 73 cd Super* 74 ls 75 less super_man2 76 less /var/cache/man/whatis 77 man pfsh 78 whatis pfsh 79 whatis ls 80 whatis ksh 81 man makewhatis 82 locate ksh1 83 locate ksh.1 84 locate bash.1 85 which zless 86 zless /usr/share/man/man1/bash.1.gz 87 zless /usr/share/man/man1/ksh.1.gz 88 man ksh 89 man konsole 90 man gnome-terminal 91 man gterm 92 locate gnome-terminal 93 man gnome-terminal 94 less /var/cache/man/whatis 95 cp /var/cache/man/whatis whatis.corrected 96 vi whatis.corrected 97 which makewhatis 98 su - 99 exit 100 su - 101 ping twin9 102 ifconfig 103 /usr/sbin/ifconfig 104 /sbin/ifconfig 105 top 106 su - 107 uptime 108 top 109 su - 110 uptime 111 exit 112 gedit 113 bg 114 whatis ksh 115 echo $? 116 if whatis ksh; then echo "no error"; fi 117 file $(which whatis) 118 if whatis ksh | grep "nothing appropriate" ; then echo "no error"; fi 119 if whatis bash | grep "nothing appropriate" ; then echo "no error"; fi 120 grep --help 121 if whatis bash | grep -v "nothing appropriate" ; then echo "no error"; fi 122 if whatis bash | grep -v "nothing appropriate" > /dev/null ; then echo "no error"; fi 123 if whatis ksh | grep -v "nothing appropriate" > /dev/null ; then echo "no error"; fi 124 echo $MANPATH 125 man makewhatis 126 ls /usr/share/man 127 ls /usr/share/man/man0p 128 whatis poll.h 129 whatis poll 130 cd bin 131 chmod 755 test_whatis 132 cd 133 test_whatis 134 test_whatis 135 test_whatis 136 test_whatis 137 man foo 138 if man foo; then echo "no error"; if 139 if man foo; then echo "no error"; fi 140 if man foo > /dev/null; then echo "no error"; fi 141 if man foo 2>&1 > /dev/null; then echo "no error"; fi 142 if man foo 2>&1 1> /dev/null; then echo "no error"; fi 143 if man foo 2>&1 ; then echo "no error"; fi 144 if man foo 2>/dev/null ; then echo "no error"; fi 145 if man foo >/dev/null 2>&1 ; then echo "no error"; fi 146 if man ls >/dev/null 2>&1 ; then echo "no error"; fi 147 test_whatis 148 whatis foo 149 test_whatis 150 test_whatis 151 test_whatis 152 test_whatis 153 test_whatis 154 test_whatis > test_whatis.results 155 top 156 su - 157 exit 158 ls 159 wc -l test_whatis.results 160 less test_whatis.results 161 which i386 162 man i386 163 whatis setarch 164 man -w i386 165 which gimp 166 ls -l /usr/bin/gimp 167 man -w gimp-2.2 168 whatis gime 169 whatis gimp 170 ls /etc/man* 171 less /etc/man.config 172 cd bin 173 ls 174 gedit test_whatis 175 bg 176 echo ${$(man -w ls)%%.[1-0]*.gz} 177 echo ${$(man -w ls) %% .[1-0]*.gz} 178 echo ${$(man -w ls) %% .[1-0].gz} 179 echo ${$(man -w ls)%%.[1-0].gz} 180 man -w ls 181 echo ${$(man -w ls)%%.gz} 182 echo ${$(man -w ls)%%gz} 183 echo ${/usr/share/man/man1/ls.1.gz%%gz} 184 echo ${"/usr/share/man/man1/ls.1.gz"%%gz} 185 echo ${gz%%gz} 186 echo ${lgz%%gz} 187 echo ${lgz%gz} 188 foo=lgz echo${foo%%gz} 189 foo=lgz echo${foo%gz} 190 foo=lgz echo${gz%%foo} 191 foo=lgz echo${gz%foo} 192 foo=lgz echo ${gz%foo} 193 foo=lgz echo ${gz%%foo} 194 foo=lgz echo ${foo%%gz} 195 foo=lgz echo ${foo%gz} 196 foo=gzl echo ${foo%gz} 197 foo=gzl echo ${foo%%gz} 198 echo $foo 199 foo=lgz 200 echo $foo 201 echo ${foo} 202 echo ${foo%%gz} 203 echo ${foo%gz} 204 foo=$(man -w ls) 205 echo ${foo%gz} 206 echo ${foo%[1-9.gz} 207 echo ${foo%[1-9].gz} 208 echo ${foo%.[1-9].gz} 209 echo ${foo%.[1-9]*.gz} 210 ls 211 test_whatis 212 test_whatis 213 test_whatis 214 test_whatis 215 help test 216 test_whatis 217 cd 218 ls 219 test_whatis > test_whatis.results 220 wc -l test_whatis.results 221 less test_whatis.results 222 test_whatis > test_whatis.results 223 wc -l test_whatis.results 224 less test_whatis.results 225 man -w awk 226 man -w gawk 227 ls -l /usr/share/man/man1/awk.1.gz 228 ls /usr/share/man 229 ls /usr/share/man/man1 230 whatis csh 231 whatis tcsh 232 help test 233 test_whatis > test_whatis.symlinks 234 less test_whatis.symlinks 235 wc -l test_whatis.symlinks 236 test_whatis > test_whatis.malformed 237 wc -l test_whatis.malformed 238 test_whatis > test_whatis.malformed 239 test_whatis > test_whatis.symlinks 240 wc -l test_whatis.* 241 less test_whatis.malformed 242 for i in awk '{ print $2 }' < test_whatis.malformed ; do 243 for i in $(awk '{ print $2 }' < test_whatis.malformed) ; do zless $(man -w $i); done 244 man -w awk 245 zless /usr/share/man/man1/awk.1.gz 246 zless $(man -w bash) 247 zless $(man -w awk) 248 whatis awk 249 whatis gawk 250 zless $(man -w sh) 251 zless $(man -w ksh) 252 ls 253 cd linuxcommand 254 ls 255 less super_man_db.txt 256 ls .. 257 less ../test_whatis.symlinks 258 ls -l $(man -w gdbtui) 259 whatis gdbtui 260 ls -l $(man -w gdbtui) 261 less ../test_whatis.symlinks 262 ls -l $(man -w fdf2tex) 263 man -w fdf2tex 264 ls -l /usr/share/man/man1/fdf2tex.1.gz 265 help test 266 [ -L /usr/share/man/man1/fdf2tex.1.gz ] && echo "true" 267 [ -L /usr/share/man/man1/fdf2tex.1.gz ] || echo "true" 268 [ -h /usr/share/man/man1/fdf2tex.1.gz ] || echo "true" 269 ls -l /usr/share/man/man1/fdf2tex.1.gz 270 type test 271 which test 272 file /usr/share/man/man1/fdf2tex.1.gz 273 whatis fdf2tex 274 grep ksh ../test_whatis.symlinks 275 top 276 ls .. 277 wc -l ../test_whatis.malformed 278 top 279 man dia 280 man makewhatis 281 man man 282 less /etc/man.config 283 ls /var/cache/man 284 ls /var/cache/man/cat1 285 less /etc/man.config 286 man --help 287 man man 288 man --preformat ls 289 which man 290 man man 291 su 292 su - 293 cd 294 ls 295 gedit bin/test_whatis 296 test_whatis 297 gedit bin/test_whatis 298 test_whatis 299 man ps 300 whatis ps 301 man -w ps 302 less /var/cache/man/cat1/ps.1.bz2 303 gedit bin/test_whatis 304 test_whatis > test_whatis.results; wc -l test_whatis.results 305 exit 306 ls /usr/share/man 307 locate preformat 308 ps aux 309 man -w ls 310 man -W ls 311 man ls 312 man makewhatis 313 top 314 exit 315 cd /var/cache/man 316 ls 317 ls cat1 318 ls -l cat1 319 ls -l cat1/ls.1.bz2 320 file cat1/ls.1.bz2 321 zless cat1/ls.1.bz2 322 less ls.1.bz2 323 less cat1/ls.1.bz2 324 cat cat1/ls.1.bz2 325 less cat1/ls.1.bz2 326 man -w awk 327 whatis awk 328 man awk 329 man c99 330 whatis c99 331 man -w c99 332 which c99 333 ls -l /usr/bin/c99 334 rpm -qf /usr/bin/c99 335 man c99 336 su 337 su - 338 exit 339 man tsclient 340 top 341 cd linuxcommand/htdocs/man_pages 342 ls -lt 343 lynx debugsh1.html 344 lynx pnmflip1.html 345 ls -lt 346 cd .. 347 ls 348 lynx smp_z.php 349 cd man_pages 350 ls -lt | less 351 lynx mlabel1.html 352 ls -lt | less 353 lynx energizerups8.html 354 ls -lt | less 355 lynx docbook2tex1.html 356 pwd 357 scp * shell1.sf.net:/home/groups/l/li/linuxcommand/htdocs/man_pages 358 cd .. 359 scp * shell1.sf.net:/home/groups/l/li/linuxcommand/htdocs 360 cd man_pages 361 ls ksh* 362 ls rksh* 363 ls klist* 364 cd 365 cd bin 366 ls 367 vi super_man2 368 super_man2 369 cd 370 cd linuxcommand/htdocs 371 scp * shell1.sf.net:/home/groups/l/li/linuxcommand/htdocs 372 ls man_pages | wc -l 373 cd man_pages 374 scp * shell1.sf.net:/home/groups/l/li/linuxcommand/htdocs/man_pages 375 cd .. 376 scp * shell1.sf.net:/home/groups/l/li/linuxcommand/htdocs 377 cd man_pages 378 ls c99* 379 ls xload* 380 ls -l xload1.html 381 locate c99 382 ls /usr/share/man/man1p 383 man -w chmod 384 man 1p chmod 385 man chmod 386 man -w ln 387 man -w nohup 388 man -w awk 389 man -w c99 390 man -w cflow 391 man 1p cat 392 man -w xload 393 man 1x xload 394 man -w get 395 man get 396 rpm -qf fold.1p.gz 397 rpm -qf /usr/share/man/man1p/false.1p.gz 398 man 1p read 399 which read 400 man 1p tail 401 man c99 402 which c99 403 ls -l /usr/bin/c99 404 file /usr/bin/c99 405 less /usr/bin/c99 406 man awk 407 top 408 ls | wc -l 409 ls -lt | head 410 ls -lt | head 411 ls ~/.history* 412 ls ~/.bash_history* 413 less /home/bshotts/.bash_history 414 ls ~/.bash_h* 415 ls ~/.* 416 ls | wc -l 417 whatis rotor 418 history 419 history > history.1