You are here: Home » S » St » Stdout

Stdout

Posts tagged with Stdout

External metadata from URL in Streamripper
I am using Streamripper to keep archives of shows on WAUG, a college radio station. I would like Streamripper to use a ...

pipe a program into less
Hello, I'm taking the dive into setting up and learning git and at the same time learning bash. I'm trying to do something simple as view the help section of $ git config unfortunately, when I type that the output of the help goes off the screen. D...

Keep stdout on screen AND in File
I open a command prompt window in XP. There I run a command line program (foo.exe) and I want to capture stdout in a file. So I run it like this: foo > fooResult.txt However, at the same time I would like stdout to still be fed to the screen of the command prompt...

java -version doesn't write to stdout?
Either I'm doing something silly or Sun is. How come something like: java -version > version.txt Still prints out to stdout and leaves version.txt empty? I'm checking out the exit code, and it's still 0, so is not that's writing to stderr....

linux output show only right of ':'
I forgot a lot of my command line. I am doing cat file | grep "error" and i would like it to show everything to the right of G:/ including G:/ if possible. I figure its an awk command but i dont know what. I tried awk '{print $8+}' but + does not work like i hoped and gu...

user crontabs don't work, only /etc/crontab
Hi when I use the command crontab -e to set up cron, the commands get triggered (according to syslog) but nothing happens. Also if I run sudo crontab -e. The only way to actually get cron working is to manually etc ...

stdout and stderr of script doesn't get redirected when executed by cron
Hi, when I execute ./script &>> log.txt I get a nice logfile, but if I have the same command executed by cron, lets say the crontab looks like this: * * * * * '/home/user/script &>> /home/user/log.t...

stdout and key press
Hi, when in console, if I press a key, some interrupt controller sends code of that key to CPU, which looks into some table and than represent that keypress by printing some charracter to stdout. But, is keyboard sending an ASCII code of that key, or just some standardised code? Since there is so...

tee for Windows?
Does Windows provide the basic tee facility for copying standard input to an arbitrary set of files and then back out to standard output? I generally download a generic tee program, but curious if something like this exists in powershell or something like...

How to I configure Eclipse PDT 2.1 to display PHP CLI output in the console?
Starting with a recent version of Eclipse PDT, the standard out and standard error from executed PHP CLI code doesn't appear in the console anymore. (It still shows up in the Debug-perspective in the Debug Output-view). How can I change this back so that PHP CLI output arrives in ...