Which command directly compares yesterday's inventory with today's inventory?
rm inventory-check/yesterday.txt
diff inventory-check/yesterday.txt inventory-check/today.txt
cat inventory-check/today.txt inventory-check/today.txt
cp inventory-check/today.txt inventory-check/yesterday.txt