Is it OK to ask a duplicate question simply for the purposes of linking your exact question to an identical, yet differently worded question.

For example, I want to know why, in bash, the EOF tactic/input redirection does not work when inside an if/elif/else block. The answer is in an unrelated question cat a file inside a shell function

What I want to do is ask a question along the lines of "Why does EOF and input redirection not work inside an IF block", then either immediately answer the question by linking to the other question, or request the question be closed as a duplicate.

link|improve this question

33% accept rate
The "EOF redirection" thing is call here-documents, the token "EOF" there is just a placeholder, <<PONIES works too. Your question would be hard to understand as is. – Mat Nov 15 '11 at 10:01
feedback

2 Answers

immediately answer the question by linking to the other question

Doing just that is not OK. Answers that just consist of a link to another answer should be comments.

request the question be closed as a duplicate

Well, you could do that, but I don't see much value. Duplicates are not always a bad thing, but voluntarily creating dups doesn't sound like a great idea to me.

I believe a better use of your time would be to edit that question and make it more general (for example, include an if/else example as an addition to the function one, and make the title more generic). As long as you don't change the fundamental problem the question raises, and that you don't make the existing answers irrelevant, that should make that question a better question, and make it more findable.

link|improve this answer
feedback

If the already existing question provides you with an answer which you are looking for, why do you want to create a dup? On the other hand, if you want to create a dup, then you must link that original question in your question and tell that you are looking for different answer. Be specific on what you are looking for and how is it different from the orginal answer obtained.

I think there is no point is simply creating dup and just requesting question to be closed as duplicate.

link|improve this answer
I was thinking somewhere along the lines of a symbolic link – puk Nov 15 '11 at 10:41
@puk - I am not sure, how adding a symbolic link helps, if your question is dup? – Sachin Shanbhag Nov 15 '11 at 11:38
feedback

You must log in to answer this question.

Not the answer you're looking for? Browse other questions tagged