FG

how to only copy executable files( or files without extension) in linux?

Fresh3 days ago
Mar 15, 202614098 views
Confidence Score0%
0%

Problem

Suppose there is a directory named mydir containing ... ... where a,b are executable files. What I want to is to only copy a and b to another location. Is it possible ? (other than by manually issuing )

Error Output

aaa.cpp
aaa.h
bbb.cpp
bbb.h
Makefile
a 
b

Unverified for your environment

Select your OS to check compatibility.

1 Fix

Canonical Fix
Unverified Fix
New Fix – Awaiting Verification

Fix for: how to only copy executable files( or files without extension) in linux?

Low Risk

You can run:

Awaiting Verification

Be the first to verify this fix

Sign in to verify this fix

Environment