Skip to main content
Added command output comparison
Source Link
1.61803
  • 1.3k
  • 2
  • 15
  • 23

What command can reproduce this function in bash?

In Finder select File then press ⇧⌥ to make the command visible (⇧⌥⌘D).

In AppleScript it's available as

tell application "Finder" to duplicate selection with exact copy

UPDATE. I checked the birthtimes with stat.

commands comparison

What command can reproduce this function in bash?

In Finder select File then press ⇧⌥ to make the command visible (⇧⌥⌘D).

In AppleScript it's available as

tell application "Finder" to duplicate selection with exact copy

What command can reproduce this function in bash?

In Finder select File then press ⇧⌥ to make the command visible (⇧⌥⌘D).

In AppleScript it's available as

tell application "Finder" to duplicate selection with exact copy

UPDATE. I checked the birthtimes with stat.

commands comparison

Rollback to Revision 1
Link
1.61803
  • 1.3k
  • 2
  • 15
  • 23
edited tags
Link
Gilles 'SO- stop being evil'
  • 865.9k
  • 205
  • 1.8k
  • 2.3k
Source Link
1.61803
  • 1.3k
  • 2
  • 15
  • 23
Loading