Created
July 11, 2022 22:36
-
-
Save tilltnet/eb45a743fe8adfffafff0205ad279c98 to your computer and use it in GitHub Desktop.
bash find *.RProj as clickable list
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| alias frp="find ~/Dropbox/ ~/ -type f -path '*/.*' -prune -o -not -name '.*' -type f -iname '*\.rproj' -print | sed -e 's/^/file:\/\//' | sed -e 's/ /%20/g'" |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment