Sponsored Content
Top Forums UNIX for Dummies Questions & Answers How to make delays between multiple commands in an alias (ircII)? Post 302456532 by quirkasaurus on Friday 24th of September 2010 12:11:41 PM
Old 09-24-2010
how about trying this:

Code:
ALIAS gscn {
MSG gscn Test1
TIMER 5 MSG gscn Test2
TIMER 10 MSG gscn Test3
TIMER 15 MSG gscn Test4
TIMER 20 MSG gscn Test5
}

 

10 More Discussions You Might Find Interesting

1. UNIX for Dummies Questions & Answers

1 alias 2 commands 1 argument

Hi, i want make 1 alias with two commands include to do two things at the same time like this: ex: do finger and last at the same time with only one word finla or something. Thanks.- /home/seba > finger dustin Login name: dustin In real life: Dustin Feldman Directory:... (3 Replies)
Discussion started by: seba
3 Replies

2. UNIX for Dummies Questions & Answers

make and make install commands

Hi there, I am installing a package at the moment on to my Solaris version 8 and I have run into a problem with the 'make' command. I have installed the package using the 'pkgadd' command and I am now at the stage where I have to use the 'make' command followed by the 'make install'... (4 Replies)
Discussion started by: gerwhelan
4 Replies

3. UNIX for Dummies Questions & Answers

Alias confusion - multiple commands ?

I've read the man on the alias command, and I am perplexed. I don't see a way to create an alias that will perform more than one command......is there a way to create an alias that is a string of a commands ? (1 Reply)
Discussion started by: HikerLT
1 Replies

4. Shell Programming and Scripting

How to make Alias

Dear all, I'm new in unix systm , I try to write alias script: alias hr= cd/home/hmi/bin/Log and this work, but when i quit from unix and login again, this can't work again. how to create alias that can work anytime thank you Regards Heru (1 Reply)
Discussion started by: heru_90
1 Replies

5. UNIX for Dummies Questions & Answers

Alias commands

how do you alias a command... Like say I wanted kitten to exicute the command whoami. how would I do that? Thank you for your time. (2 Replies)
Discussion started by: Mars8082686
2 Replies

6. UNIX for Dummies Questions & Answers

How to make alias for start of next sessiones

Good morning Dear Friends Please tell me how can be don't alias which is not Temporary.I mean in next log it to be there specially for AIX and HP UNIX.Thanks in advance. (0 Replies)
Discussion started by: papa1980
0 Replies

7. UNIX for Dummies Questions & Answers

Passing arguments to alias with multiple commands

I have a few aliases set up on AIX servers in my .kshrc file. Some of them contain multiple commands that are piped together. A simple example would be something like this: # alias to list directory contents as root and sort by size. alias lss='sudo ls -l | sort -nbk5' When I call... (5 Replies)
Discussion started by: derndingle
5 Replies

8. Shell Programming and Scripting

alias commands

Is there a way to create alias for commands and store then in a location where a certain group can run them. I also want anybody in that group to be able to add alias. I don't want them to access the /etc/environment or /etc/profile files to do so. If there needs to be a line added in either of... (1 Reply)
Discussion started by: daveisme
1 Replies

9. UNIX for Dummies Questions & Answers

Create alias files (not alias commands)

If one: $ find -name 'some expression' -type f > newfile and then subsequently wants to create an alias file from each pathname the find command retrieved and the > placed within 'newfile', how would one do this? Ideally, the newly created alias files would all be in one directory. I am... (3 Replies)
Discussion started by: Alexander4444
3 Replies

10. UNIX for Dummies Questions & Answers

How to make Alias?

Dear all, I'm new in unix systm , I try to write alias script: alias hr= cd/home/hmi/bin/Log and this work, but when i quit from unix and login again, this can't work again. how to create alias that can work anytime thank you (19 Replies)
Discussion started by: aish11
19 Replies
IMTAR(1p)						     Internet Message commands							 IMTAR(1p)

NAME
imtar - archiving utility for mail/news messages SYNOPSIS
imtar [OPTIONS] [FOLDER] [MSGS] DESCRIPTION
The imtar command is an archiving utility for mail/news messages. Messages are converted into a single MMDF file ("^A^A^A^A" + MSG + "^A^A^A^A", "^A^A^A^A" + MSG + "^A^A^A^A", ...). You can extract messages by the imget command. This command is provided by IM (Internet Message). OPTIONS
-s, --src=FOLDER Set source folder. Default value is "+inbox". "--src=+xxx" is equivalent to "+xxx". -d, --dst=STRING Destination MMDF file. Default value is "./msgbox". -n, --noharm={on,off} No operation. Show what will happen. -v, --verbose={on,off} Print verbose messages when running. --debug=DEBUG_OPTION Print debug messages when running. -h, --help Display help message and exit. --version Output version information and exit. COPYRIGHT
IM (Internet Message) is copyrighted by IM developing team. You can redistribute it and/or modify it under the modified BSD license. See the copyright file for more details. IM151 2011-05-25 IMTAR(1p)
All times are GMT -4. The time now is 04:52 AM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy