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

All files under a directory #28

Open
renatofrota opened this issue Oct 17, 2021 · 2 comments
Open

All files under a directory #28

renatofrota opened this issue Oct 17, 2021 · 2 comments

Comments

@renatofrota
Copy link

Is there a way to search/replace in all files within a directory (and it's subdirectories) without having to add all the files to the list manually?

@fenilgmehta
Copy link
Contributor

You can do something like the below shell command

( echo -n 'bulky ' ; find "/path/to/directory" -type f | xargs -I% echo -n "'%' " ) | bash

@cClaude
Copy link

cClaude commented Jun 8, 2024

You can also do that using find tool in your nemo (or any file manager). Just start from find result.

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

No branches or pull requests

3 participants