Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

path variable with %% and # meaning #113

Open
Anis1973 opened this issue Sep 11, 2022 · 0 comments
Open

path variable with %% and # meaning #113

Anis1973 opened this issue Sep 11, 2022 · 0 comments

Comments

@Anis1973
Copy link

Hi, I'm a beginner in shell and I have theese two lines of code :
$ echo ${PATH%%:}
$ echo ${PATH#
:}
I know that the first line prints the first directory of the PATH variable
and the second one prints the rest of the directories in PATH.
But i don't understand the parts of code inside the curly brackets and how does it work .
can I get help please !?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant