Search Results

Search: Posts Made By: bineshb
1,192
Posted By bineshb
Copying with different file name
Hi,

I am new to bash. One needs to copy files with intervals, I use


#!/bin/bash
for i in `seq 0 2 30`;do
cp /Volumes/data${i}_b0.dat /Users/Results2/
done


Now I am wondering to...
3,250
Posted By bineshb
Copy files with interval
Hi everybody

I am not familiar with UNIX. I have a problem. There is a directory which contains
Run1000.dat
Run1001.dat
Run1002.dat
Run1003.dat
.
.
.
Run6000.dat
I want to copy files...
Showing results 1 to 2 of 2

 
All times are GMT -4. The time now is 05:10 PM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy