LinuxQuestions.org
Welcome to the most active Linux Forum on the web.
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Newbie
User Name
Password
Linux - Newbie This Linux forum is for members that are new to Linux.
Just starting out and have a question? If it is not in the man pages or the how-to's this is the place!

Notices


Reply
  Search this Thread
Old 02-03-2010, 07:00 AM   #1
kiran kumar nallana
LQ Newbie
 
Registered: Feb 2010
Posts: 3

Rep: Reputation: 0
echo out put


Hi

I am new to Shell scripting.I have one specific requirement.I want to redirect echo ouput to a file.

But I want to redirect with bigger font size than the default size of editor.

Could anyone help me on this?
Actually it is very urgent requirement....
 
Old 02-03-2010, 07:08 AM   #2
Web31337
Member
 
Registered: Sep 2009
Location: Russia
Distribution: Gentoo, LFS
Posts: 399
Blog Entries: 71

Rep: Reputation: 65
what do you mean "bigger font size" there are no font sizes in shell AFAIK.
what are you trying to do?
 
Old 02-03-2010, 07:10 AM   #3
Aquarius_Girl
Senior Member
 
Registered: Dec 2008
Posts: 4,731
Blog Entries: 29

Rep: Reputation: 940Reputation: 940Reputation: 940Reputation: 940Reputation: 940Reputation: 940Reputation: 940Reputation: 940
Quote:
Originally Posted by kiran kumar nallana
I am new to Shell scripting.I have one specific requirement.I want to redirect echo ouput to a file.

But I want to redirect with bigger font size than the default size of editor.
Look at the following thread :

https://www.linuxquestions.org/quest...t-size-695314/
 
1 members found this post helpful.
Old 02-03-2010, 07:16 AM   #4
Web31337
Member
 
Registered: Sep 2009
Location: Russia
Distribution: Gentoo, LFS
Posts: 399
Blog Entries: 71

Rep: Reputation: 65
wew that's interesting I didn't know. thanks anishakaul!
works in xterm.
 
Old 02-03-2010, 07:21 AM   #5
Aquarius_Girl
Senior Member
 
Registered: Dec 2008
Posts: 4,731
Blog Entries: 29

Rep: Reputation: 940Reputation: 940Reputation: 940Reputation: 940Reputation: 940Reputation: 940Reputation: 940Reputation: 940
Quote:
Originally Posted by Web31337
wew that's interesting I didn't know. thanks anishakaul!
works in xterm.
You are welcome !

I was myself not aware not such things, I searched Google and it brought me to that link.
 
Old 02-03-2010, 07:22 AM   #6
kiran kumar nallana
LQ Newbie
 
Registered: Feb 2010
Posts: 3

Original Poster
Rep: Reputation: 0
i mean if i give like this
echo "Hello welcome " > sample.txt

it will re direct with default font size....

now i want to redirect with larger font size (customised) to the file....
 
Old 02-03-2010, 07:42 AM   #7
catkin
LQ 5k Club
 
Registered: Dec 2008
Location: Tamil Nadu, India
Distribution: Debian
Posts: 8,578
Blog Entries: 31

Rep: Reputation: 1208Reputation: 1208Reputation: 1208Reputation: 1208Reputation: 1208Reputation: 1208Reputation: 1208Reputation: 1208Reputation: 1208
Quote:
Originally Posted by kiran kumar nallana View Post
i mean if i give like this
echo "Hello welcome " > sample.txt

it will re direct with default font size....

now i want to redirect with larger font size (customised) to the file....
Simple text files (as would be created by your example) do not have any font size. You can set the font size in some of the editors you might use to view such files, though.
 
Old 02-03-2010, 07:45 AM   #8
MTK358
LQ 5k Club
 
Registered: Sep 2009
Posts: 6,443
Blog Entries: 3

Rep: Reputation: 723Reputation: 723Reputation: 723Reputation: 723Reputation: 723Reputation: 723Reputation: 723
1. Plain ASCII text does NOT store fonts or font sizes, it is just a string of bytes (numbers), each number representing a certain character. The font size you see when viewing it is just the size set in your viewing program, it isn't stored in the file.

2. The terminal is NOT like a word processor: it is just a matrix of preset-sized, evenly-spaced cells, each of which can display a character.

If you want bigger fonts, change the settings of your terminal.

Last edited by MTK358; 02-03-2010 at 07:46 AM.
 
Old 02-03-2010, 07:59 AM   #9
kiran kumar nallana
LQ Newbie
 
Registered: Feb 2010
Posts: 3

Original Poster
Rep: Reputation: 0
i want to use that echo statement in one of my shell script ... I want that particular text ( echo output) in required font size.


Thanks in Advance
 
Old 02-03-2010, 08:14 AM   #10
MTK358
LQ 5k Club
 
Registered: Sep 2009
Posts: 6,443
Blog Entries: 3

Rep: Reputation: 723Reputation: 723Reputation: 723Reputation: 723Reputation: 723Reputation: 723Reputation: 723
Quote:
Originally Posted by kiran kumar nallana View Post
i want to use that echo statement in one of my shell script ... I want that particular text ( echo output) in required font size.


Thanks in Advance
?????????????????????????????????????????????????????

We all told you, it's IMPOSSIBLE.

On second thought, are you outputting to a plain text file or a word processor format?

Last edited by MTK358; 02-03-2010 at 08:17 AM.
 
Old 02-03-2010, 07:54 PM   #11
MTK358
LQ 5k Club
 
Registered: Sep 2009
Posts: 6,443
Blog Entries: 3

Rep: Reputation: 723Reputation: 723Reputation: 723Reputation: 723Reputation: 723Reputation: 723Reputation: 723
If you are still interested, it is possible to set the text color and even make it bold in the terminal by sending the terminal special codes. (but remember, the characters are represented as a fixed-cell-size grid, so it is physically impossible to change the size).

http://en.wikipedia.org/wiki/Ansi_escape_codes
 
  


Reply


Thread Tools Search this Thread
Search this Thread:

Advanced Search

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off



Similar Threads
Thread Thread Starter Forum Replies Last Post
echo $USER/ sudo echo $USER jamescondron Programming 6 06-03-2009 11:58 PM
ls | echo, I got blank, why can't echo take the 2nd seat in a pipeline? elinuxqs Linux - Newbie 6 11-24-2006 08:25 AM
BASH: How to NOT echo to screen with "if echo $x | grep ".*"; then" eur0dad Programming 9 07-27-2006 02:14 PM
Kphone echo (echo echo) scabies Linux - Software 0 10-18-2004 02:59 PM
Echo /devPrinting doesn't work, echo /usb/lp0 works, Testpage works, Printing doesn't Hegemon Linux - General 3 08-15-2002 01:13 PM

LinuxQuestions.org > Forums > Linux Forums > Linux - Newbie

All times are GMT -5. The time now is 09:10 AM.

Main Menu
Advertisement
My LQ
Write for LQ
LinuxQuestions.org is looking for people interested in writing Editorials, Articles, Reviews, and more. If you'd like to contribute content, let us know.
Main Menu
Syndicate
RSS1  Latest Threads
RSS1  LQ News
Twitter: @linuxquestions
Open Source Consulting | Domain Registration