Linux and UNIX Man Pages

Linux & Unix Commands - Search Man Pages

aecomplete(1) [debian man page]

aecomplete(1)															     aecomplete(1)

NAME
aecomplete - command completion SYNOPSIS
aecomplete cmd-name incomplete-word previous-word DESCRIPTION
The aecomplete command is used to perform command completion for shells. See bash(1) for more information about Bash command completion, and how this command is expected to be executed. At present, this is the only shell supported. The code has been written to be extensible, should other shells have programmable comple- tion by external programs. EXIT STATUS
The aecomplete command will exit with a status of 1 on any error. The aecomplete command will only exit with a status of 0 if there are no errors. ENVIRONMENT VARIABLES
See aegis(1) for a list of environment variables which may affect this command. See aepconf(5) for the project configuration file's project_specific field for how to set environment variables for all commands executed by Aegis. COPYRIGHT
aecomplete version 4.24.3.D001 Copyright (C) 1991, 1992, 1993, 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010 Peter Miller The aecomplete program comes with ABSOLUTELY NO WARRANTY; for details use the 'aecomplete -VERSion License' command. This is free soft- ware and you are welcome to redistribute it under certain conditions; for details use the 'aecomplete -VERSion License' command. AUTHOR
Peter Miller E-Mail: millerp@canb.auug.org.au //* WWW: http://www.canb.auug.org.au/~millerp/ Reference Manual Aegis aecomplete(1)

Check Out this Related Man Page

aexver(1)																 aexver(1)

NAME
aexver - graphical file history SYNOPSIS
aexver DESCRIPTION
The aexver command is used to to view historical versions of files in an Aegis repository. A list box is displayed with all project filenames in it. When ther user double-clicks on a file, another box is displayed listing all the revisions of that file. Selecting any two revisions will bring up a diff comparing those revisions to each other. ENVIRONMENT VARIABLES
AE2DIFF The name of the program to perform the 2-way diff. Default to xidff if not set. EXIT STATUS
The aexver command will exit with a status of 1 on any error. The aexver command will only exit with a status of 0 if there are no errors. ENVIRONMENT VARIABLES
See aegis(1) for a list of environment variables which may affect this command. See aepconf(5) for the project configuration file's project_specific field for how to set environment variables for all commands executed by Aegis. COPYRIGHT
aexver version 4.24.3.D001 Copyright (C) 1991, 1992, 1993, 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010 Peter Miller The aexver program comes with ABSOLUTELY NO WARRANTY; for details use the 'aexver -VERSion License' command. This is free software and you are welcome to redistribute it under certain conditions; for details use the 'aexver -VERSion License' command. AUTHOR
Peter Miller E-Mail: millerp@canb.auug.org.au //* WWW: http://www.canb.auug.org.au/~millerp/ Reference Manual Aegis aexver(1)
Man Page

15 More Discussions You Might Find Interesting

1. UNIX for Dummies Questions & Answers

Bash Shell Scripts

Hi all, plz can anybody tell me that if a script written for Bash shell also work for other shells and if yes , how ??? Thanks and Regards SONAL (2 Replies)
Discussion started by: sonbag_pspl
2 Replies

2. What is on Your Mind?

Intro: Josh

Hey, I had been working in UNIX environments from 1997 to 2007. From 1997 - 1999 I worked as an Operator in a Solaris environment. From 1999 - March 2007 I worked mostly in HP-UX, some SCO, some RedHat Linux as an Operator/Programmer(scripter)/Admin. No luck finding work, so I am going... (0 Replies)
Discussion started by: uwoodyjk
0 Replies

3. Shell Programming and Scripting

DECODE file field is required in Bash

Dear All, I want to decode the one of the file field. Input file: 9393939393|999|2009-02-20 00:00:01|2||4587|2007-02-28 00:00:01|0 9393939393|2001|2009-02-20 00:00:01|2||4587|2007-02-28 00:00:01|0 9393939393|1500|2009-02-20 00:00:01|2||4587| 2007-02-28 00:00:01|0... (1 Reply)
Discussion started by: hanu_oracle
1 Replies

4. Shell Programming and Scripting

Program Bash VERY URGENT

Hello I have to do a program in Bash, need help because it does not go out for me and go enough time with this!! Five directories(boards of directors) that more occupy, arranged according to size. To measure the size of every directory(board of directors) there must not be included the size... (1 Reply)
Discussion started by: danihj
1 Replies

5. Shell Programming and Scripting

Bash Questions

Hello I have to do a program in Bash, need help because it does not go out for me and go enough time with this!! Five directories(boards of directors) that more occupy, arranged according to size. To measure the size of every directory(board of directors) there must not be included the size of... (2 Replies)
Discussion started by: danihj
2 Replies

6. HP-UX

Why Bash is not working in HP-UX ?

Why Bash is not working in HP-UX ? What is similiar exe which is in HP_UX as Bash? (9 Replies)
Discussion started by: girija
9 Replies

7. Shell Programming and Scripting

Use "less" for paging in Bash's file completion

I've got $PAGER set to "less". Less is used instead of More everywhere except for when I type a double-tab for filename completion at the Bash command line. Is there any way to get Less to be used when files are listed for filename completion? (0 Replies)
Discussion started by: StarNixGeezer
0 Replies

8. Shell Programming and Scripting

configure bash completion for multiple possibilities

Hello, Bash completion is great, but there are some features I'd like to change. One thing is the behaviour when there are lots of very similar possibilities. E.g., my directory contains 133 files, from pubmed_result1.txt to pubmed_result133.txt $ ls Lyonprim/p Display all 133... (2 Replies)
Discussion started by: jossojjos
2 Replies

9. Shell Programming and Scripting

Bash Case Issues..

Hi, I'm having some trouble with using "case...esac" in Bash. I've googled it and am stuggling to understand the syntax and how to do certain things. Firstly, I want to be able to choose a case based on a variable number For example, I have in my code a place where a user can enter... (2 Replies)
Discussion started by: Ste_Moore01
2 Replies

10. Shell Programming and Scripting

Help to rewrite scritp Bash into a batch

Hello, My Bash script is working but i dont know batch programing, anyone can help me? I dont want use programs to do this task, i will use in many computers... Bash: My work until now... BATCH: Thanks for help. (1 Reply)
Discussion started by: Rodrocha
1 Replies

11. Shell Programming and Scripting

Bash, remove numbers after colon

Hello All, I was wondering if someone might know how to do this. I have a word list that is format like the example below. I need to take away the :number after that... is there some kind of command I could use to remove them? 123456:5562 password:1507 123456789:989 qwerty:877... (7 Replies)
Discussion started by: 3therk1ll
7 Replies

12. UNIX for Advanced & Expert Users

Bash-Completion, installed but not applied

Heyas For my project TUI i had prepared bash completion. Bash-completion works, at least if i source that file manualy. However, when i'm installing it, it wont apply, not even for new opened terminals. Allthough i had it working once, i dont get why it doesnt work now. <...> + '' +... (0 Replies)
Discussion started by: sea
0 Replies

13. UNIX for Beginners Questions & Answers

Can I view Bash POSIX extensions?

Hello.. and thanks in advance for any help anyone can offer me to figure this out I'm reading about the about the Bash shell... and I've read from many sources that to make Bash POSIX compliant it needs "extensions"... Which sounds to me like something I should be able to load or unload into... (1 Reply)
Discussion started by: bodisha
1 Replies

14. News, Links, Events and Announcements

Bash 5.0 released...

Hi all... Bash-5.0 release available Still no floating point however... (3 Replies)
Discussion started by: wisecracker
3 Replies

15. UNIX for Beginners Questions & Answers

Compilation error when I run Bash configuration command

Hi, I downloaded source code file from The GNU website and changed the source code of ls.c file, added printf command to it. It worked fine. Then, I deleted the printf command, saved the file and ran the command 'make sudo && make install' closed the terminal and printf statement went away. I... (1 Reply)
Discussion started by: akanksha1509
1 Replies