From 3f38b34991cffbc97c4ba8b966715fc892ac78a3 Mon Sep 17 00:00:00 2001 From: Daniel Huang Date: Wed, 5 Mar 2014 15:47:42 -0800 Subject: [PATCH] Added command line history --- challenge_submission/command_line_history.txt | 500 ++++++++++++++++++ 1 file changed, 500 insertions(+) create mode 100644 challenge_submission/command_line_history.txt diff --git a/challenge_submission/command_line_history.txt b/challenge_submission/command_line_history.txt new file mode 100644 index 0000000..1e69cf3 --- /dev/null +++ b/challenge_submission/command_line_history.txt @@ -0,0 +1,500 @@ + 93 ruby carclass.rb + 94 ruby carclass.rb + 95 ruby carclass.rb + 96 clear + 97 ruby carclass.rb + 98 ruby carclass.rb + 99 ruby carclass.rb + 100 ruby carclass.rb + 101 ruby carclass.rb + 102 ruby carclass.rb + 103 ruby carclass.rb + 104 ruby carclass.rb + 105 ruby carclass.rb + 106 ruby carclass.rbclear + 107 clear + 108 ruby carclass.rb + 109 ruby carclass.rb + 110 ruby carclass.rb + 111 ruby carclass.rb + 112 ruby carclass.rb + 113 ruby carclass.rb + 114 ruby carclass.rb + 115 ruby carclass.rb + 116 ruby carclass.rb + 117 clear + 118 ruby carclass.rb + 119 ruby carclass.rb + 120 ruby carclass.rb + 121 ruby carclass.rb + 122 ruby carclass.rb + 123 ruby carclass.rb + 124 ruby carclass.rb + 125 ruby carclass.rb + 126 clear + 127 clear + 128 ruby carclass.rb + 129 ruby carclass.rb + 130 ruby carclass.rb + 131 ruby carclass.rb + 132 touch pizzaclass.rb + 133 subl . -n pizzaclass.rb + 134 ruby pizzaclass.rb + 135 ruby pizzaclass.rb + 136 ruby pizzaclass.rb + 137 ruby pizzaclass.rb + 138 clear + 139 ls + 140 mkdir cmd_course + 141 ls + 142 cd cmd_course + 143 git clone https://github.com/jhyqt5/CLI-Obstacle-Course.git + 144 ls + 145 cd CLI-Obstacle-Course + 146 ls + 147 ls -t + 148 ls -lt + 149 ls -l /etc/passwd + 150 ls -l + 151 ls + 152 mv images app/assets + 153 ls + 154 cd app/assets + 155 ls + 156 cd .. + 157 cd .. + 158 ;s + 159 ls + 160 cd app/views + 161 ls + 162 ls -l + 163 cd static_pages + 164 ls + 165 mv this_is_the_annoying_ping_pong_text'!'.txt ../CLI-Obstacle-Course + 166 mv this_is_the_annoying_ping_pong_text'!'.txt views/static_pages/ + 167 mv this_is_the_annoying_ping_pong_text'!'.txt app/views/static_pages/ + 168 mv ../this_is_the_annoying_ping_pong_text'!'.txt + 169 ls + 170 u + 171 ../CLI-Obstacle-Course + 172 cd ../CLI-Obstacle-Course + 173 ls + 174 cd ../ + 175 cd ../ + 176 cd ../ + 177 ls + 178 ls -l + 179 cd app/views/static_pages + 180 ls -l + 181 ls -la + 182 cd ../../../ + 183 ls -la + 184 pwd + 185 cd Desktop/DBC/Phase0/unit2 + 186 ls + 187 cd cmd_course + 188 git clone https://github.com/jhyqt5/CLI-Obstacle-Course.git + 189 ls + 190 cd CLI-Obstacle-Course + 191 ls -la + 192 mv images app/assets + 193 cd app/assets + 194 ls + 195 cd images + 196 ls -la + 197 cd ../ + 198 cd../ + 199 cd ../ + 200 ls -l + 201 cd views/static_pages + 202 ls -la + 203 mv this_is_the_annoying_ping_pong_text'!'.txt .. + 204 cd ../ + 205 cd ../ + 206 ls -la + 207 cd views + 208 ls -la + 209 mv ../this_is_the_annoying_ping_pong_text'!'.txt + 210 ls -la + 211 . + 212 ls + 213 cd static_pages + 214 mv ../this_is_the_annoying_ping_pong_text'!'.txt + 215 mv this_is_the_annoying_ping_pong_text'!'.txt + 216 ls + 217 mv ../this_is_the_annoying_ping_pong_text'!'.txt where_am_you?.txt + 218 mv ../this_is_the_annoying_ping_pong_text'!'.txt where_am_you'?'.txt + 219 mv this_is_the_annoying_ping_pong_text'!'.txt where_am_you'?'.txt + 220 ls -la + 221 mv where_am_you'?'.txt where_am_i'?'.txt + 222 ls -la + 223 pwv + 224 pwd + 225 ~ + 226 cd + 227 ls + 228 cd Desktop/DBC/Phase0/unit2/cmd_course + 229 ls -la + 230 cd CLI-Obstacle-Course + 231 ls -la + 232 find *controller.rb + 233 cd app + 234 ls + 235 find -iname "*.rb" + 236 find *.rb + 237 cd .. + 238 find *.rb + 239 find / -type f -name *.rb + 240 find / -type f -name static_pages_controller.rb + 241 find / static_pages_controller.rb + 242 find ~/Desktop/DBC/Phase0/unit2/cmd_course/CLI-Obstacle-Course static_pages_controller.rb + 243 find ~/Desktop/DBC/Phase0/unit2/cmd_course/CLI-Obstacle-Course *.rb + 244 find ~/Desktop/DBC/Phase0/unit2/cmd_course/CLI-Obstacle-Course -name "*.rb" + 245 cd app/helpers + 246 ls + 247 mv static_pages_controller.rb ../controllers + 248 cd ../ + 249 ls + 250 cd controllers + 251 ls + 252 cd .. + 253 cd .. + 254 find -name "controller*" + 255 find /CLI-Obstacle-Course -name "controller*" + 256 find /CLI-Obstacle-Course -name "controller" + 257 find "controller" + 258 find "[controller]*" + 259 find ~/Desktop/DBC/Phase0/unit2/cmd_course/CLI-Obstacle-Course -name "controller" + 260 find ~/Desktop/DBC/Phase0/unit2/cmd_course/CLI-Obstacle-Course -name "controller*" + 261 find ~/Desktop/DBC/Phase0/unit2/cmd_course/CLI-Obstacle-Course -type f -name "controller*" + 262 find ~/Desktop/DBC/Phase0/unit2/cmd_course/CLI-Obstacle-Course -type f -name "*controller*" + 263 grep -r -H “bootinator” * + 264 grep -r -H -l “bootinator” * + 265 grep -r -H -l “bootinator” + 266 grep -r -H “bootinator” + 267 grep -r -H “bootinator” ~/CLI-Obstacle-Course/app/assets/javascripts/ + 268 grep -r -H “bootinator” ~/CLI-Obstacle-Course/app/assets/javascripts/app/controllers/ + 269 grep -r -H “bootinator” ~/CLI-Obstacle-Course/app/assets/javascripts/app/controllers/app/mailers + 270 grep -r -H “bootinator” ~/CLI-Obstacle-Course/app/assets/javascripts/app/controllers/app/models + 271 grep -lir "bootinator" * + 272 grep -lir "def bootinator" * + 273 ls + 274 cd app/assets/stylesheets + 275 ls + 276 mv application_helper.rb ../../helpers/ + 277 cd .. + 278 cd ../ + 279 cd../ + 280 cd ../ + 281 ls + 282 cd delete_me + 283 ls + 284 rm -rf * + 285 ls + 286 cd ../ + 287 rmdir delete_me + 288 ls + 289 find ~/Desktop/DBC/Phase0/unit2/cmd_course/CLI-Obstacle-Course -type f -name "*winning.rb" + 290 cd /config/environments/ + 291 ls + 292 cd config + 293 ls + 294 cd environments + 295 ls + 296 cp you_are_winning.rb ~ + 297 cd ~ + 298 ls + 299 ruby you_are_winning.rb + 300 history + 301 cd Desktop/DBC/Phase0 + 302 cd unit2/cmd_course + 303 history + 304 ls + 305 ruby you_are_winning.rb + 306 clear + 307 cd Desktop/DBC/Phase0 + 308 ls + 309 mkdir cmd + 310 cd cmd + 311 git clone https://github.com/jhyqt5/CLI-Obstacle-Course.git + 312 cd CLI-Obstacle-Course + 313 ls -la + 314 mv images app/assets + 315 cd app/assets + 316 cd images + 317 ls -la + 318 cd .. + 319 cd.. + 320 cd .. + 321 cd views + 322 cd static_pages + 323 ls -la + 324 ls -al /CLI-Obstacle-Course + 325 ls -al ~/CLI-Obstacle-Course + 326 ls -al ~/Desktop/DBC/Phase0/cmd/CLI-Obstacle-Course + 327 ls -al ~/Desktop/DBC/Phase0/cmd/CLI-Obstacle-Course/app + 328 ls -al ~/Desktop/DBC/Phase0/cmd/CLI-Obstacle-Course/app/views + 329 mv this_is_the_annoying_ping_pong_text\!.txt .. + 330 cd ../ + 331 ls -la + 332 cd static_pages + 333 mv ../this_is_the_annoying_ping_pong_text\!.txt . + 334 ls + 335 mv this_is_the_annoying_ping_pong_text\!.txt where_am_you\?.txt + 336 ls + 337 mv where_am_you\?.txt where_am_i\?.txt + 338 ls + 339 pwd + 340 pwd > where_am_i\?.txt + 341 cd .. + 342 find ~/Desktop/DBC/Phase0/cmd/CLI-Obstacle-Course -type f -name "static_pages_controller.rb" + 343 cd ../ + 344 cd helpers + 345 ls + 346 mv static_pages_controller.rb ../controllers + 347 ls + 348 cd ../ + 349 ls + 350 cd controllers + 351 ls + 352 cd ../ + 353 find ~/Destop/DBC/Phase0/cmd -type f -name "*controller*" + 354 find ~/Desktop/DBC/Phase0/cmd -type f -name "*controller*" + 355 find -r "def method " /Desktop/DBC/Phase0/cmd + 356 find "def method " /Desktop/DBC/Phase0/cmd + 357 cd ../ + 358 grep -lr "def bootinator" * + 359 cd /app/assets/stylesheets + 360 cd app/assets/stylesheets + 361 ls + 362 mv application_helper.rb ../../helpers + 363 ../ + 364 cd ../ + 365 cd ../ + 366 cd helpers + 367 ls -la + 368 cd ../../ + 369 ls + 370 cd delete_me + 371 rm -rf + 372 ls + 373 rm * + 374 rm -rf * + 375 ls + 376 cd ../ + 377 ls + 378 rmdir delete_me + 379 ls + 380 find * -type f -name "*winning.rb" + 381 ls + 382 cd config/environments + 383 ls + 384 cp you_are_winning.rb ~ + 385 cd ~ + 386 ls + 387 ruby you_are_winning.rb + 388 cd /Desktop/DBC/Phase0/cmd/CLI-Obstacle-Course + 389 cd ~/Desktop/DBC/Phase0/cmd/CLI-Obstacle-Course + 390 ls + 391 mkdir challenge_submission + 392 ls + 393 cd challenge_submission + 394 touch terminal_commands.md + 395 ls + 396 history > terminal_commands.md + 397 subl . -n terminal_commands.md + 398 clear + 399 git remote add upstream https://github.com/jhyqt5/CLI-Obstacle-Course.git + 400 git fetch upstream + 401 git push origin master + 402 cd Desktop/DBC/Phase0/unit2 + 403 ls + 404 mkdir virus + 405 cd virus + 406 touch state_data.rb + 407 subl . state_data.rb + 408 touch virus_predictor.rb + 409 subl. virus_predictor.rb + 410 subl . virus_predictor.rb + 411 ruby virus_predictor.rb + 412 ruby virus_predictor.rb + 413 ruby virus_predictor.rb + 414 ruby virus_predictor.rb + 415 ruby virus_predictor.rb + 416 ruby virus_predictor.rb + 417 ruby virus_predictor.rb + 418 ruby virus_predictor.rb + 419 ruby virus_predictor.rb + 420 ruby virus_predictor.rb + 421 ruby virus_predictor.rb + 422 ruby virus_predictor.rb + 423 ruby virus_predictor.rb + 424 ruby virus_predictor.rb + 425 ruby virus_predictor.rb + 426 ruby virus_predictor.rb + 427 ruby virus_predictor.rb + 428 ruby virus_predictor.rb + 429 ruby virus_predictor.rb + 430 ruby virus_predictor.rb + 431 ruby virus_predictor.rb + 432 ruby virus_predictor.rb + 433 ../ + 434 cd .. + 435 ls + 436 touch number_to_words.rb + 437 subl . number_to_words.rb + 438 ruby number_to_words.rb + 439 ruby number_to_words.rb + 440 ruby number_to_words.rb + 441 ruby number_to_words.rb + 442 ruby number_to_words.rb + 443 ruby number_to_words.rb + 444 ruby number_to_words.rb + 445 ruby number_to_words.rb + 446 ruby number_to_words.rb + 447 ruby number_to_words.rb + 448 ruby number_to_words.rb + 449 ruby number_to_words.rb + 450 ruby number_to_words.rb + 451 ruby number_to_words.rb + 452 ruby number_to_words.rb + 453 ruby number_to_words.rb + 454 ruby number_to_words.rb + 455 ruby number_to_words.rb + 456 ruby number_to_words.rb + 457 cd Desktop/DBC/Phase0/unit2 + 458 ls + 459 touch ccr.rb + 460 subl . ccr.rb + 461 ruby ccr.rb + 462 ruby ccr.rb + 463 ruby ccr.rb + 464 ruby ccr.rb + 465 ruby ccr.rb + 466 ruby ccr.rb + 467 ruby ccr.rb + 468 ruby ccr.rb + 469 ruby ccr.rb + 470 cd Desktop/DBC/Phase0/unit2 + 471 touch electronicgrocery.rb + 472 subl . -n elextronicgrocery.rb + 473 ruby elextronicgrocery.rb + 474 ruby elextronicgrocery.rb + 475 ruby elextronicgrocery.rb + 476 ruby elextronicgrocery.rb + 477 ruby elextronicgrocery.rb + 478 ruby elextronicgrocery.rb + 479 ruby elextronicgrocery.rb + 480 ruby elextronicgrocery.rb + 481 ruby elextronicgrocery.rb + 482 ruby elextronicgrocery.rb + 483 ls + 484 ruby elextronicgrocery.rb + 485 ruby elextronicgrocery.rb + 486 ruby elextronicgrocery.rb + 487 ruby elextronicgrocery.rb + 488 ruby elextronicgrocery.rb + 489 ruby elextronicgrocery.rb + 490 subl . elextronicgrocery.rb + 491 ruby elextronicgrocery.rb + 492 ruby elextronicgrocery.rb + 493 ruby elextronicgrocery.rb + 494 ruby elextronicgrocery.rb + 495 ruby elextronicgrocery.rb + 496 ruby elextronicgrocery.rb + 497 ruby elextronicgrocery.rb + 498 whois collegemunch.com + 499 whois www.trycollegemunch.com + 500 history + 501 git remote add upstream https://github.com/jhyqt5/CLI-Obstacle-Course.git + 502 git remote add origin https://github.com/jhyqt5/CLI-Obstacle-Course.git + 503 clear + 504 cd Desktop/DBC/Phase0/unit2 + 505 ls + 506 cd ../ + 507 ls + 508 mkdir cmd2 + 509 cd cmd2 + 510 git clone https://github.com/jhyqt5/CLI-Obstacle-Course + 511 git branch cmd-line-obstacle + 512 git branch cmdline + 513 ls + 514 cd CLI-Obstacle-Course + 515 git branch cmdline + 516 git checkout newfeature + 517 git checkout cmdline + 518 ls -la + 519 mv images app/assets + 520 ls -la app/assets + 521 cd app/views/static_pages + 522 ls -la + 523 ls -la ../../ + 524 ls -la ../ + 525 ls + 526 mv this_is_the_annoying_ping_pong_text\!.txt ../ + 527 ls + 528 mv ../this_is_the_annoying_ping_pong_text\!.txt + 529 mv ../this_is_the_annoying_ping_pong_text\!.txt . + 530 ls + 531 mv this_is_the_annoying_ping_pong_text\!.txt where_am_you\?.txt + 532 ls + 533 mv where_am_you\?.txt where_am_i\?.txt + 534 ls + 535 pwd + 536 pwd > where_am_i\?.txt + 537 cd .. + 538 cd .. + 539 cd .. + 540 find -type f -name "static_pages_controller.rb" + 541 find ~/Desktop/DBC/Phase-/cmd2/CLI-Obstacle_Course -type f -name "static_pages_controller.rb" + 542 find ~/Desktop/DBC/Phase0/cmd2/CLI-Obstacle_Course -type f -name "static_pages_controller.rb" + 543 find ~/Desktop/DBC/Phase0/cmd2/CLI-Obstacle-Course -type f -name "static_pages_controller.rb" + 544 cd app/helpers + 545 ls + 546 mv static_pages_controller.rb ../controllers + 547 cd ../controllers + 548 ls + 549 find ~/Desktop/DBC/Phase0/cmd2/CLI-Obstacle-Course -type f -name "*controller*" + 550 grep -lr "def bootinator" * + 551 find -r "def bootinator" /Desktop/DBC/Phase0/cmd2/CLI-Obstacle-Course + 552 find "def bootinator" /Desktop/DBC/Phase0/cmd2/CLI-Obstacle-Course + 553 cd ../ + 554 cd../ + 555 cd ../ + 556 grep -lr "def bootinator" * + 557 cd app/assets/stylesheets + 558 ls + 559 mv application_helper.rb ../../helpers + 560 cd ../../helpers + 561 ls + 562 cd ../../../ + 563 cd CLI-Obstacle-Course + 564 ls + 565 cd delete_me + 566 rm -rf + 567 ls + 568 rm * + 569 rm -rf * + 570 ls + 571 cd ../ + 572 rmdir delete_me + 573 ls + 574 find * -type f -name "*winning.rb" + 575 ls + 576 cd config/environments + 577 cp you_are_winning.rb ~ + 578 ruby you_are_winning.rb + 579 cd ~ + 580 cd Desktop/DBC/Phase0/cmd2/CLI-Obstacle-Course + 581 mkdir challenge_submission + 582 ls + 583 cd challenge_submission + 584 ls + 585 touch command_line_history.rb + 586 history > command_line_history.rb + 587 ls + 588 rm * + 589 ls + 590 touch command_line_history.txt + 591 ls + 592 history > command_line_history.txt