Monday, November 13, 2023

using mv to move hidden files from a script or command line on Linux

mv subfolder/{.,}* /path/

But this can cause scripts in github actions to fail, so using cp -r instead.

No comments:

Post a Comment