Search Results

Search: Posts Made By: handband2
3,359
Posted By handband2
Thanks everyone for you help. The one I went...
Thanks everyone for you help. The one I went with was

paste -d "|" f1 f2 | awk -F "|" '
{ if ( $1=="" ) { print $2}
else {print $1}
}' > f3
thanks to Jadu Saikia...
3,359
Posted By handband2
Combining columns from different files
I have two files I need to combine. The problem I'm having is I need to only combine data from the second file in the empty spaces of the first. For example:

file1
Data Field

Data Field...
3,853
Posted By handband2
Actually I need to identify what type of files...
Actually I need to identify what type of files exist within the folder or it makes necessary folders:
#! /bin/bash
##
soffice -headless -accept="socket,port=8100;urp;"
for file in *.doc
do...
3,853
Posted By handband2
If doc file exist remove
I need help running a script. I have the script looking into a folder and converting .doc files to .odt. The script works fine except that I want it to only run when .doc files are present. If I...
10,010
Posted By handband2
Loop column output
I need help in what to do with a bash script? I'm trying to run a command to output the data from a table and then insert it into commands. Looping for each row of data.

For example the output...
Showing results 1 to 5 of 5

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