Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
Cygwinを使用しています:
tail -f prueba.txt
このファイルはc:\ cygwin \ home \(/ home /)にあります。
次の場所にあるファイルに対して、まったく同じことを行うにはどうすればよいですか。
c:/wamp/logs/
cygdriveはWindowsドライブのルートポイントであるため、c:\CygWin内ので見つけることができます/cygdrive/c。
cygdrive
c:\
/cygdrive/c
したがって、探しているコマンドは次のとおりです。
tail -f /cygdrive/c/wamp/logs/somefile.txt