You must log in or register to comment.
Every company renaming their products:
mv -i oldname newname
Google renaming their products:cp oldname newname ; sleep 5 ; rm -f oldname
With Google it’s usually just
rm name
Or “mv name dev/null”
Every company renaming their products: mv -i oldname newname
Google renaming their products: cp oldname newname ; sleep 5 ; rm -f oldname
With Google it’s usually just rm name
Or “mv name dev/null”