Search company, investor...
Command Prompt company logo

Command Prompt

commandprompt.com

Founded Year

1997

About Command Prompt

Command Prompt is an IT services and IT consulting company. It provides PostgreSQL and open-source support, professional services, custom development, and community leadership. It was founded in 1997 and is based in Bellingham, Washington.

Headquarters Location

2950 Newmarket ST STE 101 - 231

Bellingham, Washington, 98226,

United States

Missing: Command Prompt's Product Demo & Case Studies

Promote your product offering to tech buyers.

Reach 1000s of buyers who use CB Insights to identify vendors, demo products, and make purchasing decisions.

Missing: Command Prompt's Product & Differentiators

Don’t let your products get skipped. Buyers use our vendor rankings to shortlist companies and drive requests for proposals (RFPs).

Latest Command Prompt News

Tailoring your Linux command prompt

Feb 22, 2023

Here's how to change your Linux command prompt to something you might like better. Sinemaslow / Getty Images The command prompt in a Linux terminal window is often just a $ unless you’ve logged in or sudo’ed your way into the root account, in which case you'd expect a #. Sometimes, though, your prompt will be more complicated, with a format like [lucky@fedora ~]$. But it's possible to change your prompt to some friendlier character, word, or phrase, and if you’re so inclined, you can even change its color. This post shows how easy it is to make these kinds of changes. Changing the format To get started, one thing you need to know is that your command prompt is not just something your shell creates on the fly. Instead, it’s a variable and its name is PS1. To see how your prompt is defined, display its value like this: -bash-5.1$ echo $PS1\s-\v\$ In the case shown above, the prompt contains the name of the shell ( bash ) and its version (5.1). That’s what those letters (\s and \v) indicate when you look at how it’s defined. To change to this format, you would use a command like this: $ PS1="\\s-\\v\\\$ " [jdoe@fedora ~]$ echo $PS1[\u@\h \W]\$ You would use a command like the one below to change your prompt to this format. PS1="[\u@\h \W]\$ " $ PS1="$ " Keep in mind that the blank at the end of these prompt definitions is needed to separate the prompt from the commands that you will be typing. Changing the text While most Linux users stick with one of the standard prompts, there’s nothing that says you must. If you prefer a “>” or a “?”, that will work. $ PS1="> "$ PS1="? " $ PS1="What now?> "$ PS1="Ready for a break?> " To change your prompt to include the date in mm/dd/yy format, use a command like this one: PS1="`date +%D`> " Changing the color To change your prompt to a different color, you have to first identify the color you want to use and express it to bash or whatever shell you are using in a way that it can understand. When I change my prompt to "yes?> " in a lively purple font, I use a command like this: PS1="\[\033[10;95m\]yes?> \[\033[0m\]" The [\033[10;85m] string changes the font color to purple and the [\033[0m\] changes it back so that only my prompt takes on the new color, clearly differentiating it from everything else that I type on the command line. Changing your .bashrc file It’s important to remember that you have to save your new prompt definition in your .bashrc (or other shell startup) file to preserve the changes. Add it to the end to override any other prompt definitions. For example: yes?> echo PS1=’"\[\033[10;95m\]yes?> \[\033[0m\]"’ >> ~/.bashrcyes?> tail -1 ~/.bashrcPS1=”\[\033[10;95m\]yes?> \[\033[0m\]” And here are some other colors that you can choose from: black='\0;30[0m' lightgray='\033[37m' red='\033[31m'blue='\033[34m' lightgreen='\033[32m' reset='\033[0m'cyan='\033[36m' orange='\033[33m' white='\033[37m'darkgray='\1;30m' pink='\033[31m'green='\033[32m' purple='\033[35m' Wrap-Up The command prompt in a Linux terminal window is as flexible as you want it to be, and making changes is surprisingly easy. Just don't forget to add your new PS1 format to the end of your .bashrc file. Next read this:

Command Prompt Frequently Asked Questions (FAQ)

  • When was Command Prompt founded?

    Command Prompt was founded in 1997.

  • Where is Command Prompt's headquarters?

    Command Prompt's headquarters is located at 2950 Newmarket ST, Bellingham.

  • Who are Command Prompt's competitors?

    Competitors of Command Prompt include Instaclustr and 4 more.

Compare Command Prompt to Competitors

Crunchy Data Logo
Crunchy Data

Crunchy Data provides an open-source enterprise PostgreSQL. It manages large-scale, mission-critical systems.

Trek10 Logo
Trek10

Trek10 is a provider of managed services tailored for the cloud. Cloud computing with Amazon Web Services has the potential to transform your business, and Trek10 can help you make it a reality. The company provides tools, AWS certified technical expertise, and 24/7 support to make AWS work for useres.

OpenSearchServer Logo
OpenSearchServer

OpenSearchServer (OSS) is an open-source application server allowing the development of index-based applications such as search engines. The company offers consulting services, software as a service, support services, SaaS, hosted services, and indexing. It is based in San Francisco, California.

D
Datasparc

Datasparc offers data security, database management, data governance, and data analytics. The company's flagship product, DBHawk, supports a wide array of SQL and NoSQL databases, including Amazon Redshift, Cassandra, Greenplum, MongoDB, MySQL, Oracle, Microsoft SQL Server, SAP Hana, and AWS Athena. It was founded in 2015 and is based in San Diego, California.

SearchUnify Logo
SearchUnify

SearchUnify is a software company. It develops and provides a unified cognitive platform and applications that offer enterprise search, evidence-based insights, and more. The company was founded in 2008 and is based in Mountain View, California.

T
Traverse Technologies

Traverse Technologies is a company that received a Department of Defense SBIR/STTR grant for a project entitled: Metadata & Information Tagging Technologies for Application Interoperability and Services. The abstract given for this project is as follows: Traverse Technologies will develop a WISE Toolbox in the form of an adaptive network of proxy servers, providing an integrating communications overlay, supported by a distributed network of infrastructure servers providing indexing, search, annotation (tagging), and collaboration/workflow support. The functionality will be modeled after search and tagging capabilities now in common use on the world wide web, and will leverage, where possible, existing open source platforms. Capabilities developed under this effort will be made available under open source licenses.

Discover the right solution for your team

The CB Insights tech market intelligence platform analyzes millions of data points on vendors, products, partnerships, and patents to help your team find their next technology solution.

Request a demo

CBI websites generally use certain cookies to enable better interactions with our sites and services. Use of these cookies, which may be stored on your device, permits us to improve and customize your experience. You can read more about your cookie choices at our privacy policy here. By continuing to use this site you are consenting to these choices.