As part of hacktoberfest
Add details of common linux commands with example, descirption about it
for example:
-- touch -- mkdir -- mv -- cp -- rm etc.
steps to do so:
-- checkout your feature branch lets say linux101 from master
-- create a directory in root of the repository named LinuxCommands
-- inside the LinuxCommands directory, create individual files like if you are writing about mkdir then filename will be mkdir.txt
-- after creating the file, you edit the file add description of the command, example, screenshots if any
-- now time to push the files onto github
-- git add, git commit, git push and raise a PR to master branch
As part of hacktoberfest Add details of common linux commands with example, descirption about it for example: -- touch -- mkdir -- mv -- cp -- rm etc.
steps to do so: -- checkout your feature branch lets say linux101 from master -- create a directory in root of the repository named LinuxCommands -- inside the LinuxCommands directory, create individual files like if you are writing about mkdir then filename will be mkdir.txt -- after creating the file, you edit the file add description of the command, example, screenshots if any -- now time to push the files onto github -- git add, git commit, git push and raise a PR to master branch