Skip to content

robb07/utilities

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

27 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

utilities

Collection of utilities for processing data, files, and various book keeping activities.

I created this repository for storing the utilities I'm making as part of my 30 Days of Python Project

Utilities List

  1. delimiter_converter -- Converts file from one delimiter to another
  2. du -- Calculates disk utilization of a file, directory (recursive), or list of files and directories
  3. head -- Print the first lines of a file
  4. tail -- Print the last lines of a file
  5. wc -- Count the lines, words, charactters, or bytes of a file
  6. nl -- Number the lines of a file
  7. grep -- Print the lines that match the pattern
  8. cat -- Outputs the files or standard input to standard output

About

Collection of command line utilities

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages