Search Results

Search: Posts Made By: pseudo
1,865
Posted By wisecracker
Again longhand to demonstrate... Last login:...
Again longhand to demonstrate...
Last login: Mon Sep 23 14:05:22 on ttys000
AMIGA:barrywalker~> text="This is a line."
AMIGA:barrywalker~> echo -n "$text" > /tmp/txt
AMIGA:barrywalker~> read...
1,865
Posted By MadeInGermany
echo prints its arguments, not its stdin. You...
echo prints its arguments, not its stdin.
You can use xargs to transform stdin to arguments
xargs -i echo {} < file.txt
or simply
cat file.txt
1,865
Posted By wisecracker
A starter for you:- OSX 10.7.5, default bash...
A starter for you:-

OSX 10.7.5, default bash terminal done longhand...
Last login: Mon Sep 23 09:11:17 on console
AMIGA:barrywalker~> text="This is a line."
AMIGA:barrywalker~> echo -n "$text"...
Showing results 1 to 3 of 3

 
All times are GMT -4. The time now is 12:44 AM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy