Answer the question
In order to leave comments, you need to log in
How to write a function in bash in the terminal, where there will be 2 parameters?
Good evening.
Created a function to write git commit in the terminal
gitcommit() {
git commit -m "$*"
}
gc описиние комита
jpg() {
jpegoptim --strip-all --all-progressive -ptm "$*"
}
alias j='jpg'
Answer the question
In order to leave comments, you need to log in
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question