Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • Home
  • SEARCH
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 7661351
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 31, 20262026-05-31T13:35:12+00:00 2026-05-31T13:35:12+00:00

How can I check in my .bashrc if an alias was already set. When

  • 0

How can I check in my .bashrc if an alias was already set.

When I source a .bashrc file, which has a function name, say fun, and my current environment has an alias as fun also.

I tried unalias fun, but that will give me an error that fun not found when my environment wont have that alias already.

So in my .bashrc, in my fun function I want to check if alias was set, then unalias that.

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-05-31T13:35:13+00:00Added an answer on May 31, 2026 at 1:35 pm

    If you just want to make sure that the alias doesn’t exist, just unalias it and redirect its error to /dev/null like this:

    unalias foo 2>/dev/null
    

    You can check if an alias is set with something like this:

    alias foo >/dev/null 2>&1 && echo "foo is set as an alias" || echo "foo is not an alias"
    

    As stated in the manpage:

    For each name in the argument list for which no  value  is  sup-
    plied,  the  name  and  value  of  the  alias is printed.  Alias
    returns true unless a name is given for which no alias has  been
    defined.
    
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

In php I can check if a uploaded file has proper type by extension,
In Eclipse you can check the Link with Editor option and whatever source file
How i can check that current file is doc, docx, xls, xlsx or pdf
We can check some control's string property which has been empty like following code:
Is there anyway I can check when file_get_contents has finished loading the file, so
Is there a way in Ant which can check that a specified properties file
I want to know, how can we check in the bashrc file, what operating
I just like to ask how I can check the file structure and their
Can we check whether a pointer passed to a function is allocated with memory
I know that I can check the current state of Delphi's switch directives using

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.