#dirs — Public Fediverse posts
Live and recent posts from across the Fediverse tagged #dirs, aggregated by home.social.
-
CW: solution
@hal_pomeranz this one compares the directories pairwise and considers files to be "the same" if the size and checksum match
dirs=(*)
for ((i=0; i < ${#dirs[@]}; i++)); do
for ((j=i+1; j < ${#dirs[@]}; j++)); do
echo ${dirs[i]} - ${dirs[j]}; rsync -vvrcn ./${dirs[i]}/ ./${dirs[j]}/ | grep uptodate
done
done -
How To Use Pushd, Popd And Dirs Commands For Faster CLI Navigation #Pushd #Popd #Dirs #DirectoryNavigation #Linux #Linuxcommands #Linuxbasics #Linuxtips
https://ostechnix.com/use-pushd-popd-dirs-commands-faster-cli-navigation/ -
How To Use Pushd, Popd And Dirs Commands For Faster CLI Navigation #Pushd #Popd #Dirs #DirectoryNavigation #Linux #Linuxcommands #Linuxbasics #Linuxtips
https://ostechnix.com/use-pushd-popd-dirs-commands-faster-cli-navigation/ -
How To Use Pushd, Popd And Dirs Commands For Faster CLI Navigation In #Linux #pushd #popd #dirs #LinuxCommands #Linuxhowto #sysadmin#CLI
https://www.ostechnix.com/use-pushd-popd-dirs-commands-faster-cli-navigation/