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

Technical Issue : ' rename ' command ..It is recognized as a file. #16616

Closed
ibrahimalrashd opened this issue Aug 15, 2019 · 2 comments
Closed

Comments

@ibrahimalrashd
Copy link

I am trying to rename files in src folder bitcoin/src by using :

find . -exec rename 's/bitcoin/altcoin/' {} ";"

also tried :

find ./ -type f -readable -writable -exec rename -e 's/bitcoin/altcoin/g' {} \;

and I got this :

find: ‘rename’: No such file or directory

I am trying to fork bitcoin to my own altcoin , using ubuntu 18.04 !
so What's the peoblem ? and how can I fix it !
thank you .

@fanquake
Copy link
Member

I don't think anyone here is interested in helping you create your altcoin. Nor should you be using this issue tracker to ask questions about basic command line tool usage.

@ibrahimalrashd
Copy link
Author

I don't think anyone here is interested in helping you create your altcoin. Nor should you be using this issue tracker to ask questions about basic command line tool usage.

and I don't think that YOU HAVE to be disrespectful if you didn't want help you can just move on sweety .ok?

@bitcoin bitcoin locked and limited conversation to collaborators Aug 15, 2019
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants