.---------------------------------------------------------------------------.
| *                                                                       * |
|            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~                 |
|            ^  Welcome to The Raiders of the Unix Seas!  $                 |
|            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~                 |
|                                                                           |
|    In this thrilling adventure, you will embark on a quest to find        |
|    Blackbeard's long-lost treasure using the power of the Unix command    |
|    line. Get ready to dive deep into the realm of search and text         |
|    processing utilities to uncover the secrets of the sea.                |
|                                                                           |
|    How to Play:                                                           |
|                                                                           |
|    1. Start by reading the story in the STORY file. It will set           |
|       the stage for your epic journey and provide valuable insights.      |
|                                                                           |
|    2. Explore the market stalls (the directory named market),             |
|       where a myriad of intriguing items await. Use your Unix skills to   |
|       find items that date back to a specific time period, as they may    |
|       hold clues to unravel the mysteries ahead. Utilize commands like    |
|       find, ls, cat to navigate through the directory structure.          |
|                                                                           |
|    3. Decode encrypted messages and solve riddles hidden within           |
|       the items you discover. Remember, text processing tools like cut,   |
|       tr, sed and grep can be your allies in deciphering secrets. Pay     |
|       close attention to the hints scattered throughout the game. They    |
|       will guide you towards important discoveries and unveil the path    |
|       to the treasure you seek. As you progress, you may encounter        |
|       challenges that require creative thinking and clever use of Unix    |
|       tools. Embrace the power of the command line to overcome obstacles  |
|       and unlock new clues.                                               |
|                                                                           |
|    4. The coordinates you acquire along your journey will lead you        |
|       to key locations in the Unix Sea (the directory named sea).         |
|       Explore these coordinates to unveil new puzzles and find the final  |
|       treasure.                                                           |
|                                                                           |
|    Remember, the key to success lies in your mastery of Unix              |
|    command line utilities. Keep your wits about you, think                |
|    critically, and let your Unix skills shine.                            |
|                                                                           |
| *                                                                       * |
·___________________________________________________________________________·


 .------------------------------------------------------------------------.
|                                                                          |
|                                   *                                      |
|                                                                          |
|       The following commands may prove helpful on your journey:          |
|       ========================================================           |
|                                                                          |
|                                                                          |
|     find: Use this command to search for files and directories based     |
|     ====  on various criteria such as name, date, or permissions.        |
|                                                                          |
|     grep: Employ grep to search for specific patterns or text within     |
|     ====  files.                                                         |
|                                                                          |
|     cut: Use cut to extract specific columns or fields from a file or    |
|     ===  input stream.                                                   |
|                                                                          |
|     tr: This command is handy for translating or modifying characters    |
|     ==  in a file or input stream.                                       |
|                                                                          |
|     sed: Sed is a powerful stream editor that allows you to perform      |
|     ===  complex text transformations and substitutions.                 |
|                                                                          |
|     awk: Utilize awk to process and manipulate structured data,          |
|     ===  extracting specific fields or performing calculations.          |
|                                                                          |
|     sort: Sort can help you arrange data in a particular order based     |
|     ====  on specified criteria.                                         |
|                                                                          |
|     wc: Use wc to count the number of lines, words, or characters in     |
|     ==  a file or input stream.                                          |
|                                                                          |
|     head: Employ head to display the first few lines of a file.          |
|     ====                                                                 |
|                                                                          |
|     tail: Use tail to display the last few lines of a file.              |
|     ====                                                                 |
|                                                                          |
|     cat: Use cat to concatenate files or display their contents.         |
|     ===                                                                __|
|                                                                       |  |
 ·______________________________________________________________________|_/
