master.txt
Код: Выделить всё
Bob "/home/a/bob.txt"
Linda "/home/b/linda.txt"
Joshua "/home/a/josh.txt"
Sam "/home/f/sam.txt"
Код: Выделить всё
Linda
Sam
Код: Выделить всё
Bob "/home/a/bob.txt"
Linda "/workingdir/linda.txt"
Joshua "/home/a/josh.txt"
Sam "/workingdir/sam.txt"
Код: Выделить всё
grep -f moved.txt master.txt | sed "s?\/.*\/?"`pwd`"\/?"
grep -f moved.txt master.txt | sed "s?\/.*\/?"`pwd`"\/?" master.txt
grep -f moved.txt master.txt | sed -i "s?\/.*\/?"`pwd`"\/?"
Подробнее здесь: https://stackoverflow.com/questions/793 ... other-file
Мобильная версия