Skip to main content
change title and tags, to be in correct context (this is nothing to do with Linux (the kernel)
Link
ctrl-alt-delor
  • 28.8k
  • 11
  • 66
  • 113

Linux shell: Different path patterns

edited body
Source Link
Rui F Ribeiro
  • 58k
  • 28
  • 156
  • 237

What is the difference among following path patterns in Linux

  • ./ e.g. cp ./ [distination[destination-path]
  • ./. e.g. cp ./. [distination[destination-path]
  • ./* e.g. cp ./* [distination[destination-path]
  • ./** e.g. cp ./** [distination[destination-path]

What is the difference among following path patterns in Linux

  • ./ e.g. cp ./ [distination-path]
  • ./. e.g. cp ./. [distination-path]
  • ./* e.g. cp ./* [distination-path]
  • ./** e.g. cp ./** [distination-path]

What is the difference among following path patterns in Linux

  • ./ e.g. cp ./ [destination-path]
  • ./. e.g. cp ./. [destination-path]
  • ./* e.g. cp ./* [destination-path]
  • ./** e.g. cp ./** [destination-path]
deleted 114 characters in body
Source Link
Rui F Ribeiro
  • 58k
  • 28
  • 156
  • 237

I am searching for an answer to my question related to Linux path patterns but couldn't find the exact answer.

What is the difference among following path patterns in Linux

  • ./ e.g. cp ./ [distination-path]
  • ./. e.g. cp ./. [distination-path]
  • ./* e.g. cp ./* [distination-path]
  • ./** e.g. cp ./** [distination-path]

I am searching for an answer to my question related to Linux path patterns but couldn't find the exact answer.

What is the difference among following path patterns in Linux

  • ./ e.g. cp ./ [distination-path]
  • ./. e.g. cp ./. [distination-path]
  • ./* e.g. cp ./* [distination-path]
  • ./** e.g. cp ./** [distination-path]

What is the difference among following path patterns in Linux

  • ./ e.g. cp ./ [distination-path]
  • ./. e.g. cp ./. [distination-path]
  • ./* e.g. cp ./* [distination-path]
  • ./** e.g. cp ./** [distination-path]
Post Migrated Here from serverfault.com (revisions)
Source Link
Adnan
  • 103
  • 2
Loading