Open TravisCallow opened 2 months ago
In this issue I first removed the nighthawk folder using rm -rf nighthawk as shown in the image above. The command rm is used for deleting files and directories in linux.
rm -rf nighthawk
rm
In this issue I first removed the nighthawk folder using
rm -rf nighthawk
as shown in the image above. The commandrm
is used for deleting files and directories in linux.