Grey Hack

Grey Hack

ralfaltmann Sep 21, 2019 @ 9:09am
Tutorial: remove directory in terminal
Hi,

playing the latest nightly build now. Doing the tutorial again to see if there's anything new :)
The tutorial states that the created 'test' directory can be removed with 'rm test', but the command answers with 'test is a directory'.
What's the proper way to remove a directory by terminal?

Regards
Originally posted by Kurouzu:
Hi, at this moment the tutorial in the Nightly build is the same as the 0.6 version, in the next updates I'm going to update it and expand it to adapt to the new changes from the nightly build.

In this part, the current tutorial is outdated.
To remove a folder from the terminal you need to add the "-r" parameter:

rm -r folder

Regards
< >
Showing 1-2 of 2 comments
The author of this thread has indicated that this post answers the original topic.
Kurouzu  [developer] Sep 21, 2019 @ 10:23am 
Hi, at this moment the tutorial in the Nightly build is the same as the 0.6 version, in the next updates I'm going to update it and expand it to adapt to the new changes from the nightly build.

In this part, the current tutorial is outdated.
To remove a folder from the terminal you need to add the "-r" parameter:

rm -r folder

Regards
ralfaltmann Sep 21, 2019 @ 11:27am 
Okay :) Thank you for clarification.

Regards
< >
Showing 1-2 of 2 comments
Per page: 1530 50

Date Posted: Sep 21, 2019 @ 9:09am
Posts: 2