readlink $(which nest)
../../../Users//.config/yarn/global/node_modules/.bin/nest
file ../../../Users/userName/.config/yarn/global/node_modules/.bin/nest
../../../Users/userName/.config/yarn/global/node_modules/.bin/nest: cannot open `../../../Users/userName/.config/yarn/global/node_modules/.bin/nest' (No such file or directory)
/usr/local/bin/nest
ln -fs "правильный путь" /usr/local/bin/nest
&>
#!/usr/bin/env python3
from __future__ import print_function
import sys
from time import sleep
print('print to stdout')
sleep(2)
print('print to stderr', file = sys.stderr)
python w.py &>w.log &
[1] 4591
[1]+ Done python w.py &> w.log
cat w.log
print to stderr
print to stdout
(echo step 1 && sleep 5 && echo step 2 ) | tee /tmp/a.log
res=$(cat /tmp/a.log)
echo $res
step 1 step 2
1
а не l
) но помоему удобнее tr
так что самые новые в конце а не вначале (ну и tail
вместо head
yum install iptables-service
iptables-services.x86_64 : iptables and ip6tables services for iptables
sudo iptables -L
для списка правил и уже смотреть Chain INPUT (policy ACCEPT)
target prot opt source destination