Re: How to run 'tail' command from menu script

Andrew Nevai <[email protected]> Mon, 12 Feb 2024 15:04:46 -0500
Newsgroups gmane.comp.window-managers.fluxbox.user
Message-ID <[email protected]>
# The following doesn't work! I've tried quite a few permutations &
# combinations thereof, but I haven't lucked-in on the correct one.
#
# urxvt -e tail ~/notes/<filename.txt>
#
# Any help would be appreciated! TIA ...
# --
# Duke
# ** Bottom-posting, text-only is the netiquette way! **
#
#
# _______________________________________________
# Fluxbox-users mailing list
# [email protected]
# https://lists.sourceforge.net/lists/listinfo/fluxbox-users

Maybe:

{uxterm -e "tail ~/notes/<filename.txt>; $SHELL"}