LinuxQuestions.org
Download your favorite Linux distribution at LQ ISO.
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > LinuxQuestions.org > LQ Suggestions & Feedback
User Name
Password
LQ Suggestions & Feedback Do you have a suggestion for this site or an idea that will make the site better? This forum is for you.
PLEASE READ THIS FORUM - Information and status updates will also be posted here.

Notices


Reply
  Search this Thread
Old 07-02-2010, 08:01 AM   #16
Aquarius_Girl
Senior Member
 
Registered: Dec 2008
Posts: 4,731

Original Poster
Blog Entries: 29

Rep: Reputation: 940Reputation: 940Reputation: 940Reputation: 940Reputation: 940Reputation: 940Reputation: 940Reputation: 940

Quote:
Originally Posted by David the H. View Post
Speaking of which, the "through the cp command" part of the above is really the wrong way go about asking the question anyway. Unless you have some very specific reason for using that one command, it's generally better to simply state what you want to accomplish, and leave the how part of it to the discussion itself. Quite often the best solution will have nothing to do with the method the OP thinks should be used.
I mentioned the cp command because I find cp command easier to use.

Had I not mentioned it, I would have got other people wasting their time telling me how to do it through sed or awk which I never want, as I do not understand those languages.

Last of all HAPPY BIRTHDAY

Last edited by Aquarius_Girl; 07-02-2010 at 08:04 AM.
 
Old 07-02-2010, 08:02 AM   #17
Aquarius_Girl
Senior Member
 
Registered: Dec 2008
Posts: 4,731

Original Poster
Blog Entries: 29

Rep: Reputation: 940Reputation: 940Reputation: 940Reputation: 940Reputation: 940Reputation: 940Reputation: 940Reputation: 940
Quote:
Originally Posted by brianL View Post
copy file to multiple files - how?
Why ?

What is the harm is writing a proper sentence (WITHOUT USING ANY KIND OF CONJUNCTIONS though) ?

Last edited by Aquarius_Girl; 07-02-2010 at 08:20 AM.
 
Old 07-02-2010, 08:07 AM   #18
brianL
LQ 5k Club
 
Registered: Jan 2006
Location: Oldham, Lancs, England
Distribution: Slackware64 15; SlackwareARM-current (aarch64); Debian 12
Posts: 8,298
Blog Entries: 61

Rep: Reputation: Disabled
Calm down. You're getting worked-up about nothing really important.
 
1 members found this post helpful.
Old 07-02-2010, 08:08 AM   #19
Aquarius_Girl
Senior Member
 
Registered: Dec 2008
Posts: 4,731

Original Poster
Blog Entries: 29

Rep: Reputation: 940Reputation: 940Reputation: 940Reputation: 940Reputation: 940Reputation: 940Reputation: 940Reputation: 940
Quote:
Originally Posted by MTK358 View Post
OK, so is it correct that you want to append text to files?

If so, then why not say "How to append one text file to another?" ? That would have let us tell you that cp is not the right command.
Kindly do not assume things.

If the case would have been of appending I would not have mentioned the cp command since I know it overwrites files, not appends the text.
 
Old 07-02-2010, 08:11 AM   #20
Aquarius_Girl
Senior Member
 
Registered: Dec 2008
Posts: 4,731

Original Poster
Blog Entries: 29

Rep: Reputation: 940Reputation: 940Reputation: 940Reputation: 940Reputation: 940Reputation: 940Reputation: 940Reputation: 940
Quote:
Originally Posted by brianL View Post
Calm down. You're getting worked-up about nothing really important.
Yes I know it is not that much important but it is not much harmful too (allowing someone to write a proper sentence)

and yes, I know what Jeremy is going to say now !

Last edited by Aquarius_Girl; 07-02-2010 at 08:19 AM.
 
Old 07-02-2010, 08:14 AM   #21
MTK358
LQ 5k Club
 
Registered: Sep 2009
Posts: 6,443
Blog Entries: 3

Rep: Reputation: 723Reputation: 723Reputation: 723Reputation: 723Reputation: 723Reputation: 723Reputation: 723
I've written a reply to your thread that you linked to, explaining why the command you tried went wrong. There, you can say what you really wanted to do.
 
Old 07-02-2010, 08:15 AM   #22
Aquarius_Girl
Senior Member
 
Registered: Dec 2008
Posts: 4,731

Original Poster
Blog Entries: 29

Rep: Reputation: 940Reputation: 940Reputation: 940Reputation: 940Reputation: 940Reputation: 940Reputation: 940Reputation: 940
Quote:
Originally Posted by MTK358 View Post
I've written a reply to your thread that you linked to, explaining why the command you tried went wrong. There, you can say what you really wanted to do.
Yes i know and i'll thank you there when i read all the replies.
 
Old 07-02-2010, 08:41 AM   #23
David the H.
Bash Guru
 
Registered: Jun 2004
Location: Osaka, Japan
Distribution: Arch + Xfce
Posts: 6,852

Rep: Reputation: 2037Reputation: 2037Reputation: 2037Reputation: 2037Reputation: 2037Reputation: 2037Reputation: 2037Reputation: 2037Reputation: 2037Reputation: 2037Reputation: 2037
Quote:
Originally Posted by anishakaul View Post
I mentioned the cp command because I find cp command easier to use.

Had I not mentioned it, I would have got other people wasting their time telling me how to do it through sed or awk which I never want, as I do not understand those languages.

Last of all HAPPY BIRTHDAY
First of all, thank you.

But it doesn't matter if you're more familiar with one tool, if in fact it's the wrong one to use.

Most questions focus on accomplishing a specific goal, and the asker should be open to all suggestions for accomplishing that goal. You're always free to take or leave anything you're told, of course. And there's nothing preventing you from mentioning the fact that you'd prefer to use tool X in the post itself. Just be aware that, even if the repliers take that preference into account, they're still going to tell you the best ways they know for doing what you want, whether it includes tool X or not.

"I don't understand X" seems to me to be a weak excuse anyway. It's precisely through situations like this that you'll start learning how X works. I can't begin to tell you how much I've learned simply by reading the discussions here. How can learning something new be a bad thing?

Finally, don't forget that this is an open forum and the threads remain around for everyone long after you're finished with them. So even if you aren't personally interested in some specific piece of advice, another reader with a similar problem years later may stumble upon it and find it to be exactly what he needed.

Last edited by David the H.; 07-02-2010 at 08:42 AM.
 
Old 07-02-2010, 09:30 AM   #24
Aquarius_Girl
Senior Member
 
Registered: Dec 2008
Posts: 4,731

Original Poster
Blog Entries: 29

Rep: Reputation: 940Reputation: 940Reputation: 940Reputation: 940Reputation: 940Reputation: 940Reputation: 940Reputation: 940
Quote:
Originally Posted by David the H. View Post
First of all, thank you.
Most questions focus on accomplishing a specific goal, and the asker should be open to all suggestions for accomplishing that goal. You're always free to take or leave anything you're told, of course. And there's nothing preventing you from mentioning the fact that you'd prefer to use tool X in the post itself. Just be aware that, even if the repliers take that preference into account, they're still going to tell you the best ways they know for doing what you want, whether it includes tool X or not.
I do not have any issues with the other posters posting the methods they prefer of doing a job, I just do not want to waste their precious time.

Quote:
Originally Posted by David the H. View Post
"I don't understand X" seems to me to be a weak excuse anyway. It's precisely through situations like this that you'll start learning how X works. I can't begin to tell you how much I've learned simply by reading the discussions here. How can learning something new be a bad thing?
I do not have the NEED to learn sed , awk, perl at this moment of time. I do not want to be like jack of all and master of none type.


Thanks for bothering.

LETS NOT DERAIL THE THREAD NOW.

MY PROBLEM WAS : I WANTED A LITTLE MORE SPACE TO COMPLETE THE DESCRIPTIVE TITLE I HAD CHOSEN FOR MY THREAD.
 
Old 07-02-2010, 10:58 AM   #25
jeremy
root
 
Registered: Jun 2000
Distribution: Debian, Red Hat, Slackware, Fedora, Ubuntu
Posts: 13,602

Rep: Reputation: 4083Reputation: 4083Reputation: 4083Reputation: 4083Reputation: 4083Reputation: 4083Reputation: 4083Reputation: 4083Reputation: 4083Reputation: 4083Reputation: 4083
I've raised the number of characters allowed in thread titles from 85 to an even 100.

--jeremy
 
1 members found this post helpful.
Old 07-02-2010, 11:04 AM   #26
brianL
LQ 5k Club
 
Registered: Jan 2006
Location: Oldham, Lancs, England
Distribution: Slackware64 15; SlackwareARM-current (aarch64); Debian 12
Posts: 8,298
Blog Entries: 61

Rep: Reputation: Disabled
Are you happy now, Anisha?
 
Old 07-02-2010, 11:05 PM   #27
Aquarius_Girl
Senior Member
 
Registered: Dec 2008
Posts: 4,731

Original Poster
Blog Entries: 29

Rep: Reputation: 940Reputation: 940Reputation: 940Reputation: 940Reputation: 940Reputation: 940Reputation: 940Reputation: 940
Quote:
Originally Posted by jeremy View Post
I've raised the number of characters allowed in thread titles from 85 to an even 100.

--jeremy
Thanks for the concern shown,

but still I cannot get the following sentence fit in there. I ll be grateful if you can allow that
Quote:
How to copy the contents of a text file to other text files (with similar names) through the cp command
and I can promise my thread titles will not be longer than this.

I am not asking this for any kind of ego satisfaction but because having sufficient space allows good descriptive titles to exist.

Last edited by Aquarius_Girl; 07-02-2010 at 11:47 PM.
 
Old 07-02-2010, 11:06 PM   #28
Aquarius_Girl
Senior Member
 
Registered: Dec 2008
Posts: 4,731

Original Poster
Blog Entries: 29

Rep: Reputation: 940Reputation: 940Reputation: 940Reputation: 940Reputation: 940Reputation: 940Reputation: 940Reputation: 940
Quote:
Originally Posted by brianL View Post
Are you happy now, Anisha?
I'll be happy when I am able to fit that sentence in the title, it is still not fitting there. No I am not greedy.

Last edited by Aquarius_Girl; 07-02-2010 at 11:10 PM.
 
Old 07-03-2010, 09:18 AM   #29
jeremy
root
 
Registered: Jun 2000
Distribution: Debian, Red Hat, Slackware, Fedora, Ubuntu
Posts: 13,602

Rep: Reputation: 4083Reputation: 4083Reputation: 4083Reputation: 4083Reputation: 4083Reputation: 4083Reputation: 4083Reputation: 4083Reputation: 4083Reputation: 4083Reputation: 4083
We have no plans to further change the title length to accommodate an arbitrary title. Thanks for the feedback.

--jeremy
 
Old 07-07-2010, 02:36 AM   #30
Aquarius_Girl
Senior Member
 
Registered: Dec 2008
Posts: 4,731

Original Poster
Blog Entries: 29

Rep: Reputation: 940Reputation: 940Reputation: 940Reputation: 940Reputation: 940Reputation: 940Reputation: 940Reputation: 940
Quote:
Originally Posted by jeremy View Post
We have no plans to further change the title length to accommodate an arbitrary title. Thanks for the feedback.

--jeremy
Well it is a fault on my side to ask you to increase the characters according to an arbitrary tile !

But I want to thank you for increasing the number of characters till 100 as now I am able to create the descriptive thread titles as follows:

How to make sure that an ISO download continues from where it left after a hard reboot ?
 
  


Reply



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 On
HTML code is Off



Similar Threads
Thread Thread Starter Forum Replies Last Post
Ask for editing thread title and moving thread eryn LQ Suggestions & Feedback 5 12-29-2009 12:31 PM
Editing the title of thread - Feature kushalkoolwal LQ Suggestions & Feedback 4 08-04-2007 03:41 AM
Edit Thread Title hope1 LQ Suggestions & Feedback 5 12-21-2006 08:39 PM
thread title not updated when edited nadroj LQ Suggestions & Feedback 12 12-15-2005 04:34 PM

LinuxQuestions.org > Forums > LinuxQuestions.org > LQ Suggestions & Feedback

All times are GMT -5. The time now is 06:31 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