/
githubmirror
/
lsof
Обзор
Документация
Войти
/
githubmirror
/
lsof
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
4.93.2
OLD/comprev
11 строк
164 B
Masatake YAMATO
Import the final source tree published by Vic, the original lsof maintainer.
23 июл 2018, 06:45
23 июл 2018, 06:45
8662085
Код
Авторство
О чём код?
#!/bin/sh # # comprev -- compare revisions n=1 while test 1 -eq 1 do np=`expr $n + 1` rcsdiff -r1.$n -r1.$np Configure | grep make.conf n=`expr $n + 1` done