同样的nl命令在ng服务器和mobaxterm结果就是不一样

ng $ redisc hget camp-4830 "offer_click_tl"|nl

 1  https://openapi.youku.com/router/rest.json?idfa=${idfa}&ip=${ip}&company_name=07100a49f0c6c79e&appid=1014945607&callbackurl=http%3A%2F%2Fwww.mobcastlead.com%2Fevent%3Fclickid%3D${clickid}%26source%3Dyouku%26event_name%3Dfopen&opensysparams={"action":"youku.api.idfa.notification.click","client_id":"e8T3GcrdLVd7iMy4","timestamp":${click_ts10},"access_token":"","version":"3.0","sign_method":"md5","sign":"{youku_sign}"}

mobaxterm $ redisc hget camp-4830 "offer_click_tl"|nl
output is not a tty


7839 $ which nl
/drives/f/cygwin64/bin/nl

7840 $ whereis nl
nl: /usr/bin/nl.exe /cygdrive/f/cygwin/bin/nl.exe /usr/share/man/man1/nl.1.gz

7842 $ redisc hget camp-4830 "offer_click_tl"|/usr/bin/nl
output is not a tty

7843 $ redisc hget camp-4830 "offer_click_tl"|/drives/f/cygwin64/bin/nl
output is not a tty

7841 $ redisc hget camp-4830 "offer_click_tl"|/cygdrive/f/cygwin/bin/nl
output is not a tty
1 [main] nl 40832 find_fast_cwd: WARNING: Couldn't compute FAST_CWD pointer. Please report this problem to
the public mailing list [email protected]

你可能感兴趣的:(同样的nl命令在ng服务器和mobaxterm结果就是不一样)