forked from breatheco-de/exercise-terminal-challenge
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
90786ce
commit e8b8f76
Showing
1 changed file
with
4 additions
and
4 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,14 +1,14 @@ | ||
# Challenges! | ||
|
||
0. _Move_ to **thechmdchallenge** directory | ||
0. _Get inside_ the **thechmdchallenge** directory | ||
1. _Print_ current directory path | ||
2. _List all_ the files from the **current directory** including the hidden ones | ||
3. Now _list all_ the files inside the project, recursively (all files in the hierarchy). | ||
4. _Go_ to the last level below the **small-name** folder and _write_ in the console the content of *the trophy.txt* file. | ||
5. _Move_ up and get to the **fundcode** directory and _list all_ files with the javascript tipical extension. | ||
5. _Move_ up and get to the **funcode** directory and _list all_ files with the javascript typical extension. | ||
6. _Create_ a new folder inside **funcode/the-most-funny/** called "**not-that-funny**". | ||
7. _Create a copy_ of the last file you can find within **/boringfolder/** childs (**the-mostboding-text.txt**) and _name_ it **myfistcopy.txt**. | ||
7. _Create a copy_ of the last file you can find within **/boringfolder/** childs (**the-mostboring-text.txt**) and _name_ it **myfistcopy.txt**. | ||
8. _Remove_ the "**small-name**" folder. | ||
9. _Print_ in the command line the content of **the-ultimate-joke.txt**. | ||
10._Remove_ all the contents form the **boringfolder**, the are extremly boring. | ||
11. THE END. | ||
11. THE END. |