Skip to content

fabianbernhart/rust-command-line-prompt

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Rust Command Line Prompt

Introduction

Welcome to "Rust Command Line Prompt" where I @fabianbernhart try to to my best with getting started with Rust. I already fall in love with this language propably love at the first glance ...

Task: 1 Rewriting existing tools in Rust can provide a great baseline to get started:

  • echo: repeats input
  • cat: concatenates files
  • ls: lists directoriesf
  • find: locates files or directories
  • grep: matches text in files

Source