We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
>> ls ~ ; does not work, bad expansion Not found: /Users/user/Desktop/~/ >> ls :~ ; correct [DIR: /Users/user/ ... snip ... >> read ~ ; correct == [%.Rhistory %.irb_history %.config/ %.macports/ %Music/ %.retro_history %.DS_Store %.zprofile.macports-saved_2022-05-03_at_21%3A28%3A08 %.CFUserTextEncoding %bin/ %.local/ %Pictures/ %.links/ %.zprofile %.rnd %.zsh_history %Desktop/ %Library/ %.lesshst %.cups/ %.sqlite_history %Public/ %.ssh/ %Movies/ %Applications/ %.Rapp.history %.Trash/ %.snipaste/ %.elinks/ %Documents/ %.anydesk/ %.gem/ %.swiftpm/ %Downloads/ %.python_history %.cache/ %VMs/ %.bash_history %.zsh_sessions/] >> cd ~ ; correct %/Users/user/ == %/Users/user/
I have tested it on MacOS 13, Ubuntu 22 and Windows 10. The problem is the same. Thanks!
The text was updated successfully, but these errors were encountered:
Oldes/Rebol3@8d7a6fe
It should be noted, that ~ is just a shortcut!
~
Sorry, something went wrong.
FIX: not able to use list-dir without any argument
list-dir
1a17068
related to: Oldes/Rebol-issues#2556
No branches or pull requests
I have tested it on MacOS 13, Ubuntu 22 and Windows 10. The problem is the same. Thanks!
The text was updated successfully, but these errors were encountered: