[python] cp 명령어로 여러 디렉토리 파일을 하나에 옮기기
import sys import os dir = "/home/crypto/.cuckoo/storage/analyses" report = "/home/crypto/report" dir_list = os.listdir(dir) for re_dir in dir_list: report_num = os.path.join(dir,re_dir) script = "cp -b %s/reports/report.json ~/report/%s.json" % (report_num,re_dir) try: os.system(script) print("script actiavted") except FileNotFoundError: print("File Not Found.") continue cuckoo가 샘플을 실행한 후 repor..
파이썬/파이썬 공부
2022. 11. 4. 17:24
공지사항
최근에 올라온 글
최근에 달린 댓글
- Total
- Today
- Yesterday
링크
TAG
- automotive
- 머신러닝
- 케라스
- Python
- 차량 네트워크
- 회귀
- automotive ethernet
- 딥러닝
- 이상탐지
- PCA
- 크로스 엔트로피
- HTML
- many-to-one
- SVM
- 단순선형회귀
- problem statement
- 로지스틱회귀
- AVTP
- AE
- CAN-FD
- 논문 잘 쓰는법
- SOME/IP
- AVB
- cuckoo
- many-to-many
- one-to-many
- Ethernet
- porks
- 차량용 이더넷
- json2html
일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
1 | 2 | |||||
3 | 4 | 5 | 6 | 7 | 8 | 9 |
10 | 11 | 12 | 13 | 14 | 15 | 16 |
17 | 18 | 19 | 20 | 21 | 22 | 23 |
24 | 25 | 26 | 27 | 28 | 29 | 30 |
글 보관함