find와 cp를 사용했을때 복사 문제

hwiorb의 이미지

find . -name "*.txt" -exec cp {} /home/mine/{} \;

요런 식으로 복사 및 백업하려고 합니다.
그런데, /home/mine/./ASDF/aa.txt 경로명이 아닙니다.

라는 등의 말이 나와서 복사 자체가 안되는데요. 제가 보기엔 경로명 중간에
.(dot)문자가 들어가서 그런것 같은데, 혹시 이 것을 해결 할 수 있는
방법아시는 분 계시나요?

siabard의 이미지

find . -name "*.txt" -exec cp -R {} /home/mine/{} \;

라고 해보세요.

새로움을 느끼기에 삶은 즐겁다..
모험가 아돌 크리스틴을 꿈꾸며..
Sia..

hwiorb의 이미지

알려주신건 감사한데, 안됩니다. ^^;;
유사환경을 만들어 놓고, 테스트를 해봤는데... -R 옵션이 안먹히는군요.

그리고, 이미 디렉토리 구조는 갖춰져 있는데, 몇몇 파일들이 빠져있어서(제 실수로..)
이 것들을 채워넣어야 합니다(전부, 다시 복사하자니 또 한 세월이고..)

nil.

madman93의 이미지

아래처럼 뒤에 {} 부분을 빼면 되겠죠!!!

find . -name "*.txt" -exec cp {} /home/mine/ \;

---------------------------------------------
git init
git add .
git commit -am "project init"
---------------------------------------------

hwiorb의 이미지

그건, 한디렉토리에 몰아넣는것이고,
제가 하려는 건.. 디렉토리의 구조를 가지고, 특정 파일만 복사를 해야 합니다.
답변 감사합니다 ^^

nil.

doodoo의 이미지

아마 전에 비슷한 질문이 있었던것 같은데..
find 로 리스트를 구해서 cpio 로 넘겼던것 같네요

<추가> find 와 cpio 두개 낱말을 넣고 kldp 에서 검색해 보니 이게 나오네요..첫줄한번 보세요. http://wiki.kldp.org/KoreanDoc/html/KLTP-KLDP/KLTP-KLDP-2.html

2.1 파일시스템 모두 복사하기 , 장범수(bschang@kldp.org) - 2000.05.16
 
파일 시스템 전체나 디렉토리 트리 구조를 동일하게 복사하기 
위해서는 다음의 명령어를 쓴다. 
 
# mkdir /home/bc/destination 
# cd /targetdir 
# find . -depth -print | cpio -pmdvl home/bc/destination 
 
이러면 /targetdir의 모든 것이 /home/bc/destination으로 복사된다. 

댓글 달기

Filtered HTML

  • 텍스트에 BBCode 태그를 사용할 수 있습니다. URL은 자동으로 링크 됩니다.
  • 사용할 수 있는 HTML 태그: <p><div><span><br><a><em><strong><del><ins><b><i><u><s><pre><code><cite><blockquote><ul><ol><li><dl><dt><dd><table><tr><td><th><thead><tbody><h1><h2><h3><h4><h5><h6><img><embed><object><param><hr>
  • 다음 태그를 이용하여 소스 코드 구문 강조를 할 수 있습니다: <code>, <blockcode>, <apache>, <applescript>, <autoconf>, <awk>, <bash>, <c>, <cpp>, <css>, <diff>, <drupal5>, <drupal6>, <gdb>, <html>, <html5>, <java>, <javascript>, <ldif>, <lua>, <make>, <mysql>, <perl>, <perl6>, <php>, <pgsql>, <proftpd>, <python>, <reg>, <spec>, <ruby>. 지원하는 태그 형식: <foo>, [foo].
  • web 주소와/이메일 주소를 클릭할 수 있는 링크로 자동으로 바꿉니다.

BBCode

  • 텍스트에 BBCode 태그를 사용할 수 있습니다. URL은 자동으로 링크 됩니다.
  • 다음 태그를 이용하여 소스 코드 구문 강조를 할 수 있습니다: <code>, <blockcode>, <apache>, <applescript>, <autoconf>, <awk>, <bash>, <c>, <cpp>, <css>, <diff>, <drupal5>, <drupal6>, <gdb>, <html>, <html5>, <java>, <javascript>, <ldif>, <lua>, <make>, <mysql>, <perl>, <perl6>, <php>, <pgsql>, <proftpd>, <python>, <reg>, <spec>, <ruby>. 지원하는 태그 형식: <foo>, [foo].
  • 사용할 수 있는 HTML 태그: <p><div><span><br><a><em><strong><del><ins><b><i><u><s><pre><code><cite><blockquote><ul><ol><li><dl><dt><dd><table><tr><td><th><thead><tbody><h1><h2><h3><h4><h5><h6><img><embed><object><param>
  • web 주소와/이메일 주소를 클릭할 수 있는 링크로 자동으로 바꿉니다.

Textile

  • 다음 태그를 이용하여 소스 코드 구문 강조를 할 수 있습니다: <code>, <blockcode>, <apache>, <applescript>, <autoconf>, <awk>, <bash>, <c>, <cpp>, <css>, <diff>, <drupal5>, <drupal6>, <gdb>, <html>, <html5>, <java>, <javascript>, <ldif>, <lua>, <make>, <mysql>, <perl>, <perl6>, <php>, <pgsql>, <proftpd>, <python>, <reg>, <spec>, <ruby>. 지원하는 태그 형식: <foo>, [foo].
  • You can use Textile markup to format text.
  • 사용할 수 있는 HTML 태그: <p><div><span><br><a><em><strong><del><ins><b><i><u><s><pre><code><cite><blockquote><ul><ol><li><dl><dt><dd><table><tr><td><th><thead><tbody><h1><h2><h3><h4><h5><h6><img><embed><object><param><hr>

Markdown

  • 다음 태그를 이용하여 소스 코드 구문 강조를 할 수 있습니다: <code>, <blockcode>, <apache>, <applescript>, <autoconf>, <awk>, <bash>, <c>, <cpp>, <css>, <diff>, <drupal5>, <drupal6>, <gdb>, <html>, <html5>, <java>, <javascript>, <ldif>, <lua>, <make>, <mysql>, <perl>, <perl6>, <php>, <pgsql>, <proftpd>, <python>, <reg>, <spec>, <ruby>. 지원하는 태그 형식: <foo>, [foo].
  • Quick Tips:
    • Two or more spaces at a line's end = Line break
    • Double returns = Paragraph
    • *Single asterisks* or _single underscores_ = Emphasis
    • **Double** or __double__ = Strong
    • This is [a link](http://the.link.example.com "The optional title text")
    For complete details on the Markdown syntax, see the Markdown documentation and Markdown Extra documentation for tables, footnotes, and more.
  • web 주소와/이메일 주소를 클릭할 수 있는 링크로 자동으로 바꿉니다.
  • 사용할 수 있는 HTML 태그: <p><div><span><br><a><em><strong><del><ins><b><i><u><s><pre><code><cite><blockquote><ul><ol><li><dl><dt><dd><table><tr><td><th><thead><tbody><h1><h2><h3><h4><h5><h6><img><embed><object><param><hr>

Plain text

  • HTML 태그를 사용할 수 없습니다.
  • web 주소와/이메일 주소를 클릭할 수 있는 링크로 자동으로 바꿉니다.
  • 줄과 단락은 자동으로 분리됩니다.
댓글 첨부 파일
이 댓글에 이미지나 파일을 업로드 합니다.
파일 크기는 8 MB보다 작아야 합니다.
허용할 파일 형식: txt pdf doc xls gif jpg jpeg mp3 png rar zip.
CAPTCHA
이것은 자동으로 스팸을 올리는 것을 막기 위해서 제공됩니다.