We can solve this bug by following below steps:

step 1 :  create two files with same name in different location

step 2: open terminal in Ubuntu

step 3:create  .sh   file by using command " gedit  (filename).sh"

step 4 :paste the below code in created file

           echo "Enter the name of the file"
           read  file
          find . -type f  -name $file

step 5:compile this code by  using command "gcc (filename).sh  -o
(filename)"

step 6: Run the file by using command  "./(filename).sh"

step 7:Finally we get path of respective files.

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/798445

Title:
  dash: can't discern between two files or folder with identical names

To manage notifications about this bug go to:
https://bugs.launchpad.net/ayatana-design/+bug/798445/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

Reply via email to