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 5951139
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 22, 20262026-05-22T17:29:39+00:00 2026-05-22T17:29:39+00:00

In Bash, if VAR=/home/me/mydir/file.c , how do I get /home/me/mydir ?

  • 0

In Bash, if VAR="/home/me/mydir/file.c", how do I get "/home/me/mydir"?

  • 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-22T17:29:40+00:00Added an answer on May 22, 2026 at 5:29 pm

    dirname and basename are the tools you’re looking for for extracting path components:

    $ VAR='/home/pax/file.c'
    $ DIR="$(dirname "${VAR}")" ; FILE="$(basename "${VAR}")"
    $ echo "[${DIR}] [${FILE}]"
    [/home/pax] [file.c]
    

    They’re not internal bash commands but they are part of the POSIX standard – see dirname and basename. Hence, they’re probably available on, or can be obtained for, most platforms that are capable of running bash.

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

Sidebar

Related Questions

Here's my tiny script to run celeryd: #!/bin/bash -x LOG=/home/var/log/ingest.log sudo -u apache bash
From bash terminal, I successfully executed the following command. curl -v -L -F file='@/var/www/dev/public_html/sixties.mov'
I'm using bash. Suppose I have a log file directory /var/myprogram/logs/ . Under this
Using bash, how can one get the number of files in a folder, excluding
I am trying to run a bash file(.sh) to make some photos conversion in
In bash this works: var1=abc But this gives an error: var*1=abc var*1=abc: command not
Possible Duplicate: Can ${var} parameter expansion expressions be nested in bash? Is it possible
I am confused in bash by this expression: $ var= # empty var $
I have lots of strings in a text file, like this: /home/mossen/Desktop/jeff's project/Results/FCCY.png /tmp/accept/FLWS14UU.png
I have the following post-commit hook setup and running: #!/bin/bash /usr/bin/svn update /var/www/html/dev >

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.