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

  • SEARCH
  • Home
  • 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 7523801
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 30, 20262026-05-30T02:54:27+00:00 2026-05-30T02:54:27+00:00

I have a Terminal shell script file start.command that I launch from finder with:

  • 0

I have a Terminal shell script file start.command that I launch from finder with:

ls -l

The file is in ~/foo but list ~, can I get the path of it’s containing dir. I’d like to launch an application that is in the same folder as the file when the user runs the .command but it seems like I would need the absolute path to the file for that to work.

  • 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-30T02:54:29+00:00Added an answer on May 30, 2026 at 2:54 am

    Assuming bash, you need to cd to the script’s enclosing directory before running ls.

    You can one-line it with this:

    cd "$(dirname "$0")"
    

    $0 is the script’s relative path, i.e. whatever you used on the command line to invoke it. dirname strips the filename from the path.

    $() is a value expansion to feed to cd, and the quotes are all necessary to handle things like spaces in paths.

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I have an application that can import an XML file through this terminal command
I have a simple command in a Linux shell script (say foo.sh). In it
I have a Perl script that does a fork/exec to start another tool in
I have a shell script that is created inside a php script (given full
Is there a way to close a Terminal window from within a shell script?
I have the following shell script registered in my Login Items preferences but it
Update: Solution below Say you have a list of selected items from Finder. Say
I have a java program which is supposed to launch a shell script. The
I have created a shell script to run a jar file in Mac :
I have terminal.app set to accept utf-8 and in bash I can type unicode

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.