I have a folder with some dotfiles I would like to make symlinks for. I cannot see an easy way to do this.
ls -a ~/dotfiles will include the dotfiles, but also . and ..
find ~/dotfiles -maxdepth 1 will include the dotfiles, but also ~/dotfiles
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
Based off MvanGeest’s comment this appears to work.
This looks to do the job as well