Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Write exercises for using basic shell tools #1152

Open
illicitonion opened this issue Oct 31, 2024 · 0 comments
Open

Write exercises for using basic shell tools #1152

illicitonion opened this issue Oct 31, 2024 · 0 comments
Labels
SDC Work that belongs to the cohort / jobs programme

Comments

@illicitonion
Copy link
Member

We want backlog items for using:

  • ls
  • cat
  • tr
  • wc
  • sed (just a few basic things)
  • awk (just a few basic things)

They should:

  • Motivate why these tools are useful
  • Suggest when each tool is the right one to pick

We should test the following learning objectives:

  • List the files in a directory with ls
  • Show the contents of a file with cat
  • Show the contents of a file, including line numbers, with cat
  • Replace all occurrences of one character with another using tr
  • Count the bytes, words, and lines of a file with wc
  • Count just the words of a file with wc
  • Remove numbers from the start of lines in a file with sed
  • Filter a space-separated file and extract a positional field using awk
@github-project-automation github-project-automation bot moved this to 📋 Backlog in Curriculum Planning Oct 31, 2024
@illicitonion illicitonion added the SDC Work that belongs to the cohort / jobs programme label Oct 31, 2024
@illicitonion illicitonion added this to the SDC-1-2025 Launch milestone Oct 31, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
SDC Work that belongs to the cohort / jobs programme
Projects
Status: 📋 Backlog
Development

No branches or pull requests

1 participant