courses-introduction-to-shell

Introduction to Shell by Greg Wilson

https://github.com/datacamp-content/courses-introduction-to-shell

Science Score: 44.0%

This score indicates how likely this project is to be science-related based on various indicators:

  • CITATION.cff file
    Found CITATION.cff file
  • codemeta.json file
    Found codemeta.json file
  • .zenodo.json file
    Found .zenodo.json file
  • DOI references
  • Academic publication links
  • Academic email domains
  • Institutional organization owner
  • JOSS paper metadata
  • Scientific vocabulary similarity
    Low similarity (6.8%) to scientific vocabulary
Last synced: 9 months ago · JSON representation ·

Repository

Introduction to Shell by Greg Wilson

Basic Info
  • Host: GitHub
  • Owner: datacamp-content
  • License: other
  • Language: Shell
  • Default Branch: master
  • Homepage:
  • Size: 1.21 MB
Statistics
  • Stars: 50
  • Watchers: 14
  • Forks: 47
  • Open Issues: 2
  • Releases: 0
Created almost 9 years ago · Last pushed about 1 year ago
Metadata Files
Readme Contributing License Citation

README.md

Introduction to Shell

  • Teach: https://www.datacamp.com/teach/repositories/1395
  • Campus: https://www.datacamp.com/courses/introduction-to-shell-for-data-science
  • Docs: https://instructor-support.datacamp.com

Description

The Unix command line has survived and thrived for almost fifty years because it lets people to do complex things with just a few keystrokes. It helps users combine existing programs in new ways, automate repetitive tasks, and run programs on clusters and clouds that may be halfway around the world. This lesson will introduce its key elements and show you how to use them efficiently.

Learning objectives

  • Explain the similarities and differences between the Unix shell and graphical user interfaces.
  • Use core Unix commands to create, rename, and remove files and directories.
  • Explain what files and directories are.
  • Match files and directories to relative and absolute paths.
  • Use core data manipulation commands to filter and sort textual data by position and value.
  • Find and interpret help.
  • Predict the paths matched by wildcards and specify wildcards to match sets of paths.
  • Combine programs using pipes to process large data sets.
  • Set and use variables to record information.
  • Use loops to run the same commands on many different files.

Prerequisites

  • None

Owner

  • Name: DataCamp Content
  • Login: datacamp-content
  • Kind: organization

Citation (CITATION.md)

# Citation

Please cite this lesson as:

```
Greg Wilson: "Introduction to the Unix Shell for Data Science".  DataCamp, 2017, https://www.datacamp.com/courses/intro-to-unix-shell.
```

GitHub Events

Total
  • Watch event: 2
  • Push event: 38
  • Create event: 1
Last Year
  • Watch event: 2
  • Push event: 38
  • Create event: 1

Issues and Pull Requests

Last synced: 9 months ago

All Time
  • Total issues: 55
  • Total pull requests: 45
  • Average time to close issues: 4 months
  • Average time to close pull requests: 22 days
  • Total issue authors: 10
  • Total pull request authors: 16
  • Average comments per issue: 1.35
  • Average comments per pull request: 0.4
  • Merged pull requests: 37
  • Bot issues: 0
  • Bot pull requests: 0
Past Year
  • Issues: 0
  • Pull requests: 0
  • Average time to close issues: N/A
  • Average time to close pull requests: N/A
  • Issue authors: 0
  • Pull request authors: 0
  • Average comments per issue: 0
  • Average comments per pull request: 0
  • Merged pull requests: 0
  • Bot issues: 0
  • Bot pull requests: 0
Top Authors
Issue Authors
  • gvwilson (32)
  • Hadrien-lcrx (14)
  • sumedh10 (2)
  • jonathancornelissen (1)
  • MelRemy (1)
  • filipsch (1)
  • kasthynguyen (1)
  • richierocks (1)
  • ramnathv (1)
  • sylarbui (1)
Pull Request Authors
  • gvwilson (16)
  • jsaddlemyer (5)
  • filipsch (4)
  • shoninouye (4)
  • richierocks (3)
  • TimSangster (2)
  • klmedeiros (2)
  • sumedh10 (1)
  • dominiklesik (1)
  • aminaed (1)
  • beccarobins (1)
  • Hadrien-lcrx (1)
  • isserp (1)
  • alexyarosh (1)
  • izzyweber (1)
Top Labels
Issue Labels
bug (7) enhancement (5) question (3) invalid (3)
Pull Request Labels