Skip to content

SrijanSankrit/coding-101

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 

Repository files navigation

HOW I MADE THIS PROJECT

Task 1

  1. Task 1 was basically about writing shell files(.sh) and using them...
  2. I saved the file hello.sh in file folder coding101/Task1
    • hello.sh was created using vi using vi hello.sh command....I used ls -l to observe that the user had only the permission to read and write the code but not execute it...so I used chmod 754 hello.sh to give execution rights to the user and thus used ./hello.sh to execute the shell*

Task 2

  1. I copied the text from https://github.com/php/playground/blob/master/HelloWorld.txt
  2. I used grep to search for instances of 'World' in which I used command grep -i 'World' hello.txt
  3. I transferred the terminal output to output.txt using the command "grep 'World' hello.txt > output.txt"

Task 3

  1. *I created a public repo on my github account named coding-101 *
    • I uploaded the coding101 file containing the previous two tasks using
  2. Finally I am adding this README file

THANK YOU

About

No description, website, or topics provided.

Resources

Stars

0 stars

Watchers

0 watching

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages