![]()
Linux, Unix, /etc/$ To set up this Linux system, do I really have to type long,
cryptic, frequently inconsistent and undocumented commands with
occasional long strings of hex digits?
# Yeah. You got a problem with that?
|
Sponsored links (requires javascript):
#!/bin/ksh
#cronlynx: invoke lynx from cron e.g. to log back into a site after IP
#address changes
export TERM=linux
lynx -accept_all_cookies $1 -cmd_script=$HOME/scripts/$2 > /tmp/cronlynx.$$