Confused with ' ' , " " ... used in commands


 
Thread Tools Search this Thread
Operating Systems AIX Confused with ' ' , " " ... used in commands
# 1  
Old 02-01-2017
Confused with ' ' , " " ... used in commands

What happens to the shell when we include ' ' or "" in our commands ..And what happens if we use only the commands without single or double quotes.
I don't know the use of these things.
Can you please help me with simple example please ? using ls or grep
Thanks a lot
Login or Register to Ask a Question

Previous Thread | Next Thread

10 More Discussions You Might Find Interesting

1. Shell Programming and Scripting

Bash script - Print an ascii file using specific font "Latin Modern Mono 12" "regular" "9"

Hello. System : opensuse leap 42.3 I have a bash script that build a text file. I would like the last command doing : print_cmd -o page-left=43 -o page-right=22 -o page-top=28 -o page-bottom=43 -o font=LatinModernMono12:regular:9 some_file.txt where : print_cmd ::= some printing... (1 Reply)
Discussion started by: jcdole
1 Replies

2. UNIX for Beginners Questions & Answers

Extract delta records using with "comm" and "sort" commands combination

Hi All, I have 2 pipe delimited files viz., file_old and file_new. I'm trying to compare these 2 files, and extract all the different rows between them into a new_file. comm -3 < sort file_old < sort file_new > new_file I am getting the below error: -ksh: sort: cannot open But if I do... (7 Replies)
Discussion started by: njny
7 Replies

3. UNIX for Beginners Questions & Answers

Confused with ' ' , " " ... used in commands

What happens to the shell when we include ' ' or "" in our commands ..And what happens if we use only the commands without single or double quotes. I don't know the use of these things. Can you please help me with simple example please ? using ls or grep -Thanks a lot (3 Replies)
Discussion started by: varun aravinth
3 Replies

4. UNIX for Dummies Questions & Answers

Confused over results using "tee" in piped command

First post here, so hopefully all guidelines are followed, and thanks in advance for any replies. I'm working on a shell script(BASH) that processes a csv file and performs various tasks with the data. All is well, except I want to use 'tee' to send output from 'wc' to a file as well as pipe it... (4 Replies)
Discussion started by: jazzmusic
4 Replies

5. Red Hat

files having Script which works behind "who" & "w" commands

Dear All, plz print the path of files which have the script of "who" & "w" commands. thnx in advance. (6 Replies)
Discussion started by: saqlain.bashir
6 Replies

6. Solaris

Relation btw commands, "man" and "more" ???

Hi guys, Hope u r doing find. I have this query. When we check the manual pages for a certain command, say man cat we see the manual page with more What is UNIX really doing here, I mean why not less command instead of more command. And can we have UNIX display the manual pages with less command... (2 Replies)
Discussion started by: gabam
2 Replies

7. Shell Programming and Scripting

awk command to replace ";" with "|" and ""|" at diferent places in line of file

Hi, I have line in input file as below: 3G_CENTRAL;INDONESIA_(M)_TELKOMSEL;SPECIAL_WORLD_GRP_7_FA_2_TELKOMSEL My expected output for line in the file must be : "1-Radon1-cMOC_deg"|"LDIndex"|"3G_CENTRAL|INDONESIA_(M)_TELKOMSEL"|LAST|"SPECIAL_WORLD_GRP_7_FA_2_TELKOMSEL" Can someone... (7 Replies)
Discussion started by: shis100
7 Replies

8. Shell Programming and Scripting

Unix commands delete all files starting with "X" except "X" itself. HELP!!!!?

im a new student in programming and im stuck on this question so please please HELP ME. thanks. the question is this: enter a command to delete all files that have filenames starting with labtest, except labtest itself (delete all files startign with 'labtest' followed by one or more... (2 Replies)
Discussion started by: soccerball
2 Replies

9. Shell Programming and Scripting

error "test: [-d: unary operator expected" very confused.

Im trying to check if a series of directory exists and if not create them, and am having issues. All the instances of test return with the error "test: #!/bin/bash location_Parent=~/Documents/sight_of_sound location_IMG=~/Documents/Sight_of_sound/IMG location_AUD=~/Documents/Sight_of_sound/AUD... (4 Replies)
Discussion started by: orionrush
4 Replies

10. UNIX for Advanced & Expert Users

Commands on Digital Unix equivalent to for "top" and "sar" on other Unix flavour

Hi, We have a DEC Alpha 4100 Server with OSF1 Digital Unix 4.0. Can any one tell me, if there are any commands on this Unix which are equivalent to "top" and "sar" on HP-UX or Sun Solaris ? I am particularly interested in knowing the CPU Load, what process is running on which CPU, etc. ... (1 Reply)
Discussion started by: sameerdes
1 Replies
Login or Register to Ask a Question
msh(1)							      General Commands Manual							    msh(1)

NAME
msh - MH shell (only available within the message handling system, mh) SYNOPSIS
msh [-help] [-prompt string] [file] OPTIONS
Prints a list of the valid options for this command. Sets the prompt for msh. If the string you specify includes white space, you must enclose it in double quotes ("). If you do not specify this option, the default prompt is (msh). The following defaults are used by msh: file defaults to -prompt (msh) DESCRIPTION
The command msh is an interactive program that implements a subset of the normal MH commands operating on a single file in packf format. That is, msh is used to read a file that contains a number of messages, as opposed to the standard MH style of reading a number of files, each file being a separate message in a folder. The chief advantage of msh is that, unlike the normal MH style, it allows a file to have more than one message in it. In addition, msh can be used on other files, such as message archives which have been packed using packf. When invoked, msh reads the named file, and enters a command loop. You can type most of the normal MH commands. The syntax and semantics of these commands typed to msh are identical to their MH counterparts. In cases where the nature of msh would be inconsistent with the way MH works (for example, specifying a +folder with some commands), msh will duly inform you. The commands that msh currently supports are: ali burst comp dist folder forw inc mark mhmail msgchk next packf pick prev refile repl rmm scan send show sortm whatnow whom In addition, msh has a help command which gives a brief overview of all the msh options. To terminate msh, either type <CTRL/D>, or use the quit command. If the file is writable and has been modified, then using quit will ask you if the file should be updated. A redirection facility is supported by msh. Commands may be followed by one of the following standard symbols: Open an interprocess chan- nel; connect output to another command. Write output to file. Append output to file. If file starts with a tilde (~), then a C-shell-like expansion takes place. Note that commands are interpreted by sh(1). When parsing commands to the left of any redirection symbol, msh will honor the backslash () as the quote next-character symbol, and dou- ble quotes (") as quote-word delimiters. All other input tokens are separated by white space (spaces and tabs). You may wish to use an alternative profile for the commands that msh executes; see mh_profile(4) for details of the $MH environment vari- able. RESTRICTIONS
The msh shell is not the C-shell, and a lot of the facilities provided by the latter are not present in the former. In particular, msh does not support back-quoting, history substitutions, variable substitutions, or alias substitutions. msh does not understand back-quoting. The only effective way to use pick inside msh is to always use the seq select option. If you add the following line to your pick will work equally well from both the shell and msh: pick: -seq select -list There is a strict limit of messages per file in packf format which msh can handle. Usually, this limit is 1000 messages. PROFILE COMPONENTS
Path: To determine your Mail directory Msg-Protect: To set protections when creating a new file fileproc: Program to file messages showproc: Program to show messages FILES
The user profile. The system customization file. SEE ALSO
csh(1), packf(1), sh(1), mh_profile(4) msh(1)