Search Results

Search: Posts Made By: shaz1990
7,561
Posted By analyst
I am myself a beginner, but a shell script will...
I am myself a beginner, but a shell script will help

while

do

start a counter c = 1:
d = c+1
then Something like
if elif to see even odd files, use sed 11d to clear the preamble or sed...
7,561
Posted By jim mcnamara
Use the paste command #!/bin/bash ...
Use the paste command


#!/bin/bash

cnt=1
while [ $cnt -le 6324 ]
do
# use files in numeric order
# create odd filename
fname1=$(printf "file%02d" $cnt)
cnt=$(( $cnt + 1 ))...
278,672
Posted By Neo
Simple rules of the UNIX.COM forums:
RULES OF THE UNIX AND LINUX FORUMS

For the latest version of the community rules (the official community rules page), please visit here. (https://www.unix.com/misc.php?do=cfrules)


No flames,...
Showing results 1 to 3 of 3

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