How to find out where an alias is defined

How can I find out where an alias is defined on my system? I am referring to the kind of alias that is used within a Terminal session launched from Mac OS X (10.6.3).
For example, if I enter the alias command with no parameters at a Terminal command prompt, I get a list of aliases that I have set, for example, this is one of them
alias mysql='/usr/local/mysql/bin/mysql'
However, I have searched all over my system using Spotlight and mdfind in various startup files and so far can not find where this alias has been defined ( I did it a long time ago and didn't write down where I assigned the alias).

Thank you. I must have missed that before. It looks like the alias definitions in my case are in the file ~/.bash_profile.

Similar Messages

  • How to find out where R/3 report data are stored

    Hy,
    I am new in BW.
    I have SAP R/3 report, I need to transfer that report data (all table data) to BW.
    Could You explain me step by step how i can do it?
    How to find out where data are stored?
    Thank you very much!
    Regards,
    Arunas

    Hi Arunas,
    This topic has been discusssed here earlier. Check these links:
    BW solution for ABAP Reports
    BW reports
    Bye
    Dinesh

  • How to  find out where sap error messages stored...

    How to  find out where sap error messages stored in our system.like sometime we will get a error message with message number.whr it will be stored and whch table it is?

    Hi,
    I also got the same message when that message no is not there
    E:SABAPDOCU:000 test 
    yours is S-type and message id ZY and message no 127
    127 is not there either change the no  or create the same
    Regards
    Shiva

  • How to find out where sap error messages stored in our system

    How to find out where sap error messages stored in our system.like sometime we will get a error message with message number.whr it will be stored and whch table it is?

    Are you interested in WDA messages ?
    The set a breakpoint in METHODS IN class CL_WDR_MESSAGE_MANAGER.
    Then use call stack (default desktop 2 in debugger) to see where message is added to message manager.
    regards
    phil

  • How to find out where the tablespace physical file *.dbf ?

    How to find out where is my tablespace physical file *.dbf ?
    Can I increase tablespace_name: TEMP and how to increase it.
    First, I need to know where is the TMP *.pdf file, am I right?
    Thanks in advance

    This forum is for issues with the SQL Developer tool. You'd get more response in the General Database forum.
    Have fun,
    K.

  • How to find out where a value is stored

    Hi,
    i entered something in HR Area infotyp 0031, i expected to find those entries in table pa0031, but this table remains empty. How can i find out where sap stores those values?

    press F1 on the field where u typed the value. click on technical info and get the table and field name.
    in most cases it might be structure. either way, go to se11 and type the table/structure name and then search for the field name in that table.
    then dbl click on the data element and click on the where-used button.
    now select table entries and start looking for all the tables where the field is present. go to each table and check for the number of table entries and see if the value u entered has been caputred in that table or not.
    hope that helps.
    else u can revert back
    regards,
    pk

  • HT201472 Is there any way how to find out where a particular device was when it last went online if longer than 24 hours ago?

    One Mac Book Air was stoilen frm me, I can still see it on Find my Iphone and can see that it has been renamed. The computer was offline for longer than 24 hours, so I am wondering if there is any way how I can find out it's last online location?

    No, you cannot find out where the computer has been. Find My Mac only shows you were the computer is right now if it is online.
    I strongly recommend you change all your internet passwords immediately, notify the police (do not try to recover your MBA yourself), and your insurance company so you can get reimbursed and buy a new Mac. Once you have done all this go back to Find My Mac and click the "Erase" button.

  • How to find out where a variable has been used?

    How can I find out where a variable has been used within a package/interface/procedure?
    Should I check it using repository's internal tables?
    Thanks

    Hi,
    you have to make some queries to find variable used in which ODI object.
    like, it fetch the variable with scenario name and scenarion can serve your need.
    select v.i_var,v.var_name,s.scen_name from
    ODEV91119_ODI_WORK.snp_var v,ODEV91119_ODI_WORK.snp_scen s
    where
    s.i_var=v.i_var
    and s.scen_NAME='V_BTCH_NAME'
    and agree with SH answer
    Thanks

  • How to find out where my code is running

    Our software can run in EJB or Web Container. Based on its environment it does things differently, For example connection pooling, Transaction Management, etc. Problem is that I cannot figure out a way to make my software smart enough to find out where it is running. Its caller has to pass it a parameter telling it where it is running. I don't like it at all. Can someone please help me to understand what I can do give this functionality to my software i.e to figure out by itself if it is running in WEB container or EJB Container.

    Is there maybe a tell-taling class in one onvironment, which is not there in the other one?
    try {
    Class.forName("tell.taling.one";
    //okay
    catch (Exception e) {
    //oops - not found
    }

  • How to find out where used list of Table or T-code

    Dear ABAP gurus
    I know many of you have done this several times.
    wish to find out which Transaction code INSERTs the data into the table IHPA.
    I did the where  used list - SE11 ( for specific key work called INSERT ).
    Used the Table called D010TAB which has some information.
    Vise versa if I know a T-CODE , how to know which tables it read  & Modify...
    any better procedure than spending hours in research...
    I found similar custom program to find USER EXITS ...here..., looking soething similar...
    [http://wiki.sdn.sap.com/wiki/display/Snippets/FindUser-exits%2CBADIs%2CBTEs%2CEtcbyTCodeorProgram]
    thank you for your help
    Edited by: Raj Anvesh on Aug 3, 2011 9:58 PM

    Hi Anvesh,
    Maybe the data INSERTION is happening by BAPI,
    So just try to look for the concerned BAPIS.
    ECP_SRV_PARTNERS_IHPA
    IREP1_IHPA_ADRNR_PRE_FETCH
    IREP1_IHPA_ADRNR_READ
    MAP2E_DIIHPA_TO_PARTNER
    MAP2E_IHPAVB_BAPI2080_NOTPARTE
    MAP2E_IHPAVB_TO_BAPI_IHPA
    MAP2E_IHPA_BAPI2080_NOTPARTNRI
    MAP2E_IHPA_M_BAPI2080_NOTPNRI
    MAP2I_BAPI2080_NOTPARTNRI_IHPA
    MAP2I_BAPI_IHPA_TO_IHPA
    PM_DB_FILL_DIIHPA
    PM_PARTNERCOPY_FILL_XIHPA
    PM_PARTNER_DELETE_XIHPA
    PM_PARTNER_GET_XIHPA
    PM_PARTNER_PUT_XIHPA
    PM_PARTNER_REFRESH_XIHPA
    these are the bapis which are dealing with the IHPA table,
    Segregate them as needed and then go to the std program
    Revert for further clarification.
    Thanks
    Sri

  • How to find out where a query is used in a FMS and or Form?

    Hi Experts,
    How can I find out quickly where a query is used in which fms and / or form?
    thx,
    Richard

    Hi Richard,
    Try this:
    SELECT T2.FormID, T2.ItemID, T2.ColID,
    T1.CatName,T0.Qname FROM [dbo].[OUQR] T0
    INNER JOIN [dbo].[OQCN] T1 ON T0.QCategory = T1.CategoryId
    INNER JOIN [dbo].[CSHS] T2 ON T2.QueryId = T0.IntrnalKey
    ORDER BY T2.FormID
    Thanks,
    Gordon

  • How to find out where a table is used in the code ?

    I have a huge database, and I am adding a column to a table...
    is there a query to find out if this would impact the code ? I mean I want to find all the places in the code with
    insert into mytable, or update mytable.....
    how to include both insert into mytable, and update mytable in dba_source ?

    Use DBA_DEPENDENCIES:
    select owner,name,type from dba_dependencies where referenced_name = 'TABLE_NAME'
    and referenced_owner = 'TABLE_OWNER';For example:
    SQL> select owner,name,type from dba_dependencies where referenced_name = 'EMP'
      2  and referenced_owner = 'SCOTT';
    OWNER                          NAME                           TYPE
    PUBLIC                         TABLE1                         SYNONYM
    SCOTT                          SELECT_EMP                     PROCEDURE
    SCOTT                          EMP_DEPT_VW                    VIEW
    SCOTT                          PP                             SYNONYM
    SCOTT                          EMP_MV                         MATERIALIZED VIEW
    SCOTT                          EMP_VIEW                       VIEW
    6 rows selected.
    SQL> However, keep in mind DBA_DEPENDENCIES stores statis references only. If your code references table in question in dynamic SQL you will have to parse DBA_SOURCE and in some cases, even that will not give you all answers.
    SY.

  • How to find out where my storage space is going?

    So, I have had this MacBook Pro 2009 for the past year, and it has treated me fairly well, so far! I have a question about my Hard Drive Space:
    I purchased my laptop with a 250 GB Hard Drive, so I understand that I should get just over 200 GB's of actual storage space. Now I look and it says I have just about 15 gigs remaining. I was absolutely amazed, as I don't feel that I have an excess of programs, music, videos, or anything else to take up all fo the room. I would like to do 2 things, if I could:
    1- I would like to be able to find out exactly where my storage has gone. I realize that I could go through and click on every single file and folder, one by one, to see how big it is, but is there an easier way? For example, I would love to see how much space each of my programs are taking up, or see if maybe I have duplicate videos somewhere, etc. Is there an easy way to do this?
    2- I have also noticed that, if I uninstall a program, there is usually something left over in my Libraries folder, and in other places. I'm wondering...is there some sort of a disc cleaner, that will delete unnecessary files, hidden things, stuff like that?
    Thanks for any/all help! Any suggestions as to how I can free up space on my HDD would be great.

    1. Disc Inventory X will show you what's using the space.
    2. CleanMyMac will help you delete unwanted and left-over items.

  • How to find out where I have used a certain Global/Local Variable

    Hi Friends
    I want to track how and where the shared variable's  value has been
    changed/Read when I try to debug the program. Anyone
    here had the expenrience on how to find a certain shared variable in
    the Block Diagrams/VIs. I will very appreciate you help.
    Cheers!

    Hi All
    I have tried the  ctr+F to find a certain shared variabl, but the result came out is looks all the shared varibales. How can I focus on 1 certain shared variable. I am using labview8.2.1.
    And I have tried the Find shared variables VI  from the link Ben showed me. It can not work properly. It showed an error when I try to search, which says: Error 1057 as attached. Could anyone tell me why. Thanks.  
    Attachments:
    Error 1057.JPG ‏66 KB

  • How to find out where a Compound clip is being used

    I've created a dummy Compund Clip just to test
    FCPX doesnt allow me to delete - it says its being used
    I cant remember where I used it
    How do I found out where it's being used?
    Thanks
    Omar

    Does know one know the answer to this?
    I have a series of clips , which due to "Copy project to new Library." ..to work with on laptop while on the road, then bringing the Library back to the main machine e, it keeps duplicating clips..
    But when I go to delta them , it ways it can't as they are in use.
    I don't want 5 different sub clips ..all very much the same, with the same name, as I never know which one is the one to edit/ update.

Maybe you are looking for

  • "Original file not found" error after copying from removable hard drive

    ok, I have all my itunes library on a removable hard drive, and I want to copy it all to my new computer. so, I plugged the hard drive in, copied all the files into itunes, and when I played one of them, it worked. then, I tried to play it again, but

  • Idvd not capturing the ken burns or full picture view.

    I am making a memorial video and have ken burns that are acutallly cutting out the focused object rather than zooming. I tried to burn standard and widescreen and nothing is correcting. Please advise

  • PDF's exported from ID takes extremely long to print

    Hi, I'm not sure whether or not this is the right forum to post it in - if not, please direct me to the correct one :-) I work in the textile business, and our designers create some complex designs (lots of patterns ie.) in Illustrator, which they th

  • Freezing Ipod on Mac... really annoyed

    Okay so i have an ipod... the ipod freezes whenever i connect to the computer... so i have to drain the battery.. and i cant update my ipod anymore b.c it freezes. Im not sure what to do.. if i reset my ipod to factory standards will i loose all my s

  • How do I get scrolling back?

    I lost the ability to scroll after installing Mountain Lion.  I can only use the up and down arrows to scroll on my Macbook Pro.  The bar is not showing up in my applications to be able to use the trackpad.  Happening in multiple browsers and the Mai