Skip to content

esccode/shell-scripting

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

shell-scripting

global & regular expression

grep '^A.*.txt' *.txt .csv ls | grep '^[a-z]' ls file[a-z9]?txt ls file[!a-z].txt ls file[*abc].txt

ssssss

shell expansion

{1..10} *.txt $(( 2 + 2 )) $(whoami) $USER

wildcards

file.*

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages