[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[bug#28281] [PATCH] gnu: Add os-prober.
From: |
Arun Isaac |
Subject: |
[bug#28281] [PATCH] gnu: Add os-prober. |
Date: |
Mon, 11 Sep 2017 05:05:54 +0530 |
>> I am trying to do
>>
>> cp -r /some/directory/* destination
>>
>> To do this, I used `find-files-non-recursive' to get all files in
>> /some/directory/ and applied `copy-recursively' on each one of them.
>>
>> Do you have a better way of doing this in mind?
>
> Would (copy-recursively "/some/directory" destination) work for you?
No, it wouldn't. That would recreate /some/directory at the
destination. I only want the files inside /some/directory to be copied,
not /some/directory itself.
- [bug#28281] [PATCH] gnu: Add os-prober., Arun Isaac, 2017/09/09
- [bug#28281] [PATCH] gnu: Add os-prober., Arun Isaac, 2017/09/09
- [bug#28281] [PATCH] gnu: Add os-prober., Ludovic Courtès, 2017/09/10
- [bug#28281] [PATCH] gnu: Add os-prober., Arun Isaac, 2017/09/10
- Message not available
- [bug#28281] [PATCH] gnu: Add os-prober., Ludovic Courtès, 2017/09/10
- [bug#28281] [PATCH] gnu: Add os-prober.,
Arun Isaac <=
- Message not available
- [bug#28281] [PATCH] gnu: Add os-prober., Ludovic Courtès, 2017/09/11
- [bug#28281] [PATCH] gnu: Add os-prober., Arun Isaac, 2017/09/11
- Message not available
- [bug#28281] [PATCH] gnu: Add os-prober., Ludovic Courtès, 2017/09/11
- bug#28281: [PATCH] gnu: Add os-prober., Arun Isaac, 2017/09/13