-
-
Notifications
You must be signed in to change notification settings - Fork 4.5k
pages/common/*: correct urls, see also improvements, unbashify pages, examples addition #16841
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
Conversation
The build for this PR failed with the following error(s):
Please fix the error(s) and push again. |
good bot |
There are few pages which are for shell builtins. The flags in bash does not match with the ones in zsh (missing, different, etc). Please let me know how I can proceed with them. I haven't touched any of them yet. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Look good to me after these changes
Co-authored-by: Managor <42655600+Managor@users.noreply.github.com>
Do whatever you'd like and we'll hash them out. File a new PR for that. It's easier to process when they are separated into small bits. |
Alright, ill look into them soon |
Present in bash source code ```c /* The value for PATH when invoking `command -p'. This is only used when the Posix.2 confstr () function, or CS_PATH define are not present. */ #ifndef STANDARD_UTILS_PATH #define STANDARD_UTILS_PATH \ "/bin:/usr/bin:/sbin:/usr/sbin:/etc:/usr/etc" #endif ``` Co-authored-by: Managor <42655600+Managor@users.noreply.github.com>
Co-authored-by: Sebastiaan Speck <12570668+sebastiaanspeck@users.noreply.github.com>
Co-authored-by: Sebastiaan Speck <12570668+sebastiaanspeck@users.noreply.github.com>
Co-authored-by: Lena <126529524+acuteenvy@users.noreply.github.com>
Co-authored-by: Lena <126529524+acuteenvy@users.noreply.github.com>
Thanks |
Related to #10584
I just skimmed through the commands in the issue and modified some of them.
Please review and let me know if any changes are needed.
common
,linux
,osx
,windows
,sunos
,android
, etc.