[2024-feb-29] Sad news: Eric Layton aka Nocturnal Slacker aka vtel57 passed away on Feb 26th, shortly after hospitalization. He was one of our Wiki's most prominent admins. He will be missed.

Welcome to the Slackware Documentation Project

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
howtos:misc:script_autostart_output_to_console_x [2013/10/02 05:46 (UTC)] – [Sources] wisedracohowtos:misc:script_autostart_output_to_console_x [2015/09/12 02:51 (UTC)] (current) – Merge lines for easier conversion to other format, no visual change. didierspaier
Line 14: Line 14:
 script itself have construction like that: script itself have construction like that:
  
-'' +''**#!/bin/sh tail -f /data/recv.log > /dev/tty2** ''
-**#!/bin/sh +
-tail -f /data/recv.log > /dev/tty2** ''+
  
 where __/dev/tty2__ is __console 2__, /dev/tty3 is console 3, and so on. where __/dev/tty2__ is __console 2__, /dev/tty3 is console 3, and so on.
 howtos:misc:script_autostart_output_to_console_x ()