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

Update chapter2-partial.md #26

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

gamzebagimsiz
Copy link
Contributor

örnek ekleme

@alperyilmaz
Copy link
Owner

can you please extend this example and carry it into a txt file under code/ folder?
In your example you can list files first and then after each rm command you list file again to show the differences. Something like this:

$ ls
a1.dat  b1.dat
a2.dat  b2.dat
a3.png  b3.png

$ rm a*
$ ls
b1.dat
b2.dat
b3.png

$ rm *a*
$ ls
b3.png

And thanks for rm -i option..

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

Successfully merging this pull request may close these issues.

2 participants