FazBrowse GitHub Viewer
|
Trending
|
URL:
|
Home
Tools:
[Download Repo ZIP]
[View Raw Code]
[Original HTTPS Page]
crostini_setup/cli_fun.sh at master · Francommit/crostini_setup · GitHub
Francommit
/
crostini_setup
Public
Notifications
You must be signed in to change notification settings
Fork
4
Star
9
Code
Issues
0
Pull requests
0
Actions
Projects
Security and quality
0
Insights
Additional navigation options
Code
Issues
Pull requests
Actions
Projects
Security and quality
Insights
Expand file tree
Breadcrumbs
crostini_setup
/
cli_fun.sh
Copy path
More file actions
More file actions
Latest commit
History
History
History
12 lines (9 loc) · 562 Bytes
Breadcrumbs
crostini_setup
/
cli_fun.sh
Copy path
File metadata and controls
12 lines (9 loc) · 562 Bytes
Raw
Copy raw file
Download raw file
Open symbols panel
Edit and raw actions
1
2
3
4
5
6
7
8
9
10
11
12
#
The aim of this file was to learn a bit more about bash in the process of automating more of what I do from the CLI.
#
URL redirect
#
#
Say I want to open a particular website, Splunk for instance. I might want to open Splunk on my local, test or prod server
#
it would be nice if I could type 's' then a particular query which would then redirect me in my browser to said URL.
#
grep
#
#
Quite simply, I see too many people around me using grep and I've really not spent any time learning how to use it minus
#
the occassional command I'll copy and paste.
Back
|
FazBrowse Home
|
New Git URL