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

globbing ? #31

Closed
Gwojda opened this issue Feb 19, 2017 · 2 comments
Closed

globbing ? #31

Gwojda opened this issue Feb 19, 2017 · 2 comments
Assignees

Comments

@Gwojda
Copy link
Collaborator

Gwojda commented Feb 19, 2017

➜ 42sh git:(master) ✗ cat f?le
cat: f?le: No such file or directory

J'ai un fichier file dans mon dossier (comportement de zsh) :

➜ 42sh git:(master) ✗ cat ?ile
4
42sh
Makefile
Session.vim
debug
donovan_segaults_06-02
file
file1
file2
file3
includes
libft
objs
out
pdf
script.sh
src
update_makefile.sh

@Gwojda
Copy link
Collaborator Author

Gwojda commented Feb 19, 2017

JE SUIS SUR ZSH ICI
➜ 42sh git:(master) ✗ touch toto
➜ 42sh git:(master) ✗ touch tato
➜ 42sh git:(master) ✗ cat t?to
➜ 42sh git:(master) ✗ echo t?to
tato toto
JE LANCE 42SH ICI
➜ 42sh git:(master) ✗ ./42sh 3> testmake
➜ 42sh git:(master) ✗ echo t?to
t?to

@wescande
Copy link
Collaborator

corrigé dans ma branche (un x++ au lieu d'un ++x >_<)

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

2 participants