Chcę przenieść duży plik utworzony przez proces zewnętrzny, jak tylko zostanie zamknięty. Czy to polecenie testowe jest prawidłowe? if lsof "/file/name" then # file is open, don't touch it! else if [ 1 -eq $? ] then # file is closed mv /file/name /other/file/name else # lsof failed for...