Skip to main content
added 1 character in body; edited tags; edited title
Source Link
Gilles 'SO- stop being evil'
  • 865.9k
  • 205
  • 1.8k
  • 2.3k

copy all files that hashave no extensionsextension

We can copy some file by extensions like this:

cp *.txt ../new/ 

but how can I copy all files that hashave no extension?

copy all files that has no extensions

We can copy some file by extensions like this:

cp *.txt ../new/ 

but how can I copy all files that has no extension?

copy all files that have no extension

We can copy some file by extensions like this:

cp *.txt ../new/ 

but how can I copy all files that have no extension?

Source Link
Hossein Nasr
  • 267
  • 1
  • 4
  • 10

copy all files that has no extensions

We can copy some file by extensions like this:

cp *.txt ../new/ 

but how can I copy all files that has no extension?