Sponsored Content
The Lounge What is on Your Mind? Answers to Recently Asked Questions about UNIX.COM Post 303030176 by bakunin on Thursday 7th of February 2019 02:11:56 AM
Old 02-07-2019
Quote:
Originally Posted by Neo
Is it okay to create a thread such as "What does this {i%*=} do?

Yes, is certainly OK to ask any technical question you wish about UNIX, Linux or any related technologies here. In general, questions like the one above in the question should be asked in the "beginners" forum. If possible, please minimize using code and special characters in the titles of discussions and use CODE tags and ICODE tags in your posts when posting code, code fragments, sample input, output and any text which not typical human conversation.
It is even more OK after having searched the forum archives for exactly this question. Chances are it has been answered over and over again. If one did in fact search and come up empty it is very helpful to say something to the effect of i searched for 'foo' and 'bar' but didn't find anything useful. Answers may include:

You should have searched for "blubb" instead which turned up <this link> and <that link>

or indeed a genuine new answer because the question has never been asked before. In both cases you take away something from it.

Before posting you might want to correct some typos:
Quote:
UNIX.COM was on of the first moderated forums
on => one

Quote:
This concept is a old and established as
a => as

Quote:
font families are sans-serif, for consistently and clarity.
consistently => consistency

bakunin

Last edited by bakunin; 02-07-2019 at 03:23 AM..
This User Gave Thanks to bakunin For This Post:
 

5 More Discussions You Might Find Interesting

1. Solaris

expecting answers for these questions?

hi all plese clarify me in the following area. 1. What is the default NFS version in solaris 5.10. If it is 3, then why it asks me to specify "-o vers=3" keyword while i am mounting a share from a RHEL 5.1 Server? 2. Can someone give the link to download packages for accessing "ntfs"... (4 Replies)
Discussion started by: kingston
4 Replies

2. Solaris

Please give answers for this interview questions

I was not able to get answers for these interview questions. It will be appreciable and useful if any one answers this questions. (5 Replies)
Discussion started by: Sesha
5 Replies

3. Post Here to Contact Site Administrators and Moderators

Eric's Questions and Answers Blog

I hope this is ok so I will ask if I may use this thread to ask questions about programming. May I use this thread to ask questions and answer questions? If the answer is yes, this is a thread made for minimizing the amount of threads I post to ask questions about programming. Please feel... (3 Replies)
Discussion started by: Errigour
3 Replies

4. UNIX for Advanced & Expert Users

Interview questions and answers on HP Unix administration

Hi, Can some body help me to get Interview questions and answers on HP Unix administration? Thanks Krsnadasa (1 Reply)
Discussion started by: krsnadasa
1 Replies

5. UNIX for Beginners Questions & Answers

Answers for few objective questions.

Hi Unix geniuses, I need your help for the answers of few objective Q&A. i dont know if my answers are correct or not. So i really need your help to provide the answers which will help me in unix programming. (1 Reply)
Discussion started by: Vivekit82
1 Replies
LESSECHO(1)                                                   General Commands Manual                                                  LESSECHO(1)

NAME
lessecho - expand metacharacters SYNOPSIS
lessecho [-ox] [-cx] [-pn] [-dn] [-mx] [-nn] [-ex] [-a] file ... DESCRIPTION
lessecho is a program that simply echos its arguments on standard output. But any metacharacter in the output is preceded by an "escape" character, which by default is a backslash. OPTIONS
A summary of options is included below. -ex Specifies "x", rather than backslash, to be the escape char for metachars. If x is "-", no escape char is used and arguments con- taining metachars are surrounded by quotes instead. -ox Specifies "x", rather than double-quote, to be the open quote character, which is used if the -e- option is specified. -cx Specifies "x" to be the close quote character. -pn Specifies "n" to be the open quote character, as an integer. -dn Specifies "n" to be the close quote character, as an integer. -mx Specifies "x" to be a metachar. By default, no characters are considered metachars. -nn Specifies "n" to be a metachar, as an integer. -fn Specifies "n" to be the escape char for metachars, as an integer. -a Specifies that all arguments are to be quoted. The default is that only arguments containing metacharacters are quoted SEE ALSO
less(1) AUTHOR
This manual page was written by Thomas Schoepf <schoepf@debian.org>, for the Debian GNU/Linux system (but may be used by others). Send bug reports or comments to bug-less@gnu.org. Version 487: 25 Oct 2016 LESSECHO(1)
All times are GMT -4. The time now is 09:31 PM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy