Skip to content

Homework repository for the Python course at the Bioinformatic Institute

Notifications You must be signed in to change notification settings

LyonyaZhozhikov/BI_Python_2021

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

56 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

BI_2021_Python

Описание репозитория

Consider adding "python " before script, but it should work correctly without it for linux.

Scripts are usnig next commands:

  1. wc - currently not working
  2. ls - Displays list of files in directory. example: ./ls.py -a (Optional - Showing hidden files)
  3. sort - Displays sorted lines in file. example: ./sort.py
  4. rm - Deletes files or directories if specified. example: ./rm.py directory -r (Optional - Deletes tagged directory)

intall script - currently not working

  1. mkdir - Creates directories and paths if specified. example: ./mkdir.py path/path1/dir1 -p (Optional - Creates tagged path of dirs)
  2. tail - Displays last 10 lines in files if not specified. example: ./tail.py file.txt -n=4 (Optional - Number of lines)
  3. head - Displays first 10 lines in files if not specified. example: ./head,py file.txt -n=4 (Optional - Number of lines)
  4. pwd - Displays current working directory. example: ./pwd
  5. cat - Reading cat. example: ./cat file.txt
  6. . example: ./
  7. . example: ./
  8. . example: ./
  9. . example: ./

Binder

About

Homework repository for the Python course at the Bioinformatic Institute

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published