а давайте померяемся

May 30, 2012 17:17

$ wc -l < /home/slayer/.ssh/known_hosts
1640

unix

Leave a comment

artureg May 30 2012, 14:26:56 UTC
А легко:
$ wc -l < /home/slayer/.ssh/known_hosts
The system cannot find the path specified.

Reply

devnu11 May 30 2012, 15:01:24 UTC
ну блин, а wc -l ~/.ssh/known_hosts ?

Reply

devnu11 May 30 2012, 15:01:42 UTC
т.е. wc -l < ~/.ssh/known_hosts ?

Reply

гагага artureg May 30 2012, 15:02:27 UTC
wc -l ~/.ssh/known_hosts
'wc' is not recognized as an internal or external command,
operable program or batch file.

Reply

Re: гагага devnu11 May 30 2012, 15:08:57 UTC
это что же за дистрибутив без coreutils ? о_О

Reply

Re: гагага artureg May 30 2012, 15:09:34 UTC
очень распространённый дистр, ты не поверишь

Reply

Re: гагага devnu11 May 30 2012, 15:21:05 UTC
бггг

C:\Users\slayer>wc -l ~/.ssh/known_hosts
'wc' is not recognized as an internal or external command,
operable program or batch file.

C:\Users\slayer>

Reply

Re: гагага artureg May 30 2012, 15:21:32 UTC
бинго!

Reply

Re: гагага glinius May 30 2012, 15:33:08 UTC
У меня есть лишняя копия wc.

http://glinius.narod.ru/nix/wc.exe

Reply


Leave a comment

Up