Search Results

Search: Posts Made By: lamano
7,511
Posted By lamano
I don't see any reason for keeping directories...
I don't see any reason for keeping directories and files separated, as you are mapping one file to each directory in a one-to-one correspondence. You could create two arrays and then access the items...
2,635
Posted By lamano
Sorry I am not sure of fully understanding what...
Sorry I am not sure of fully understanding what you are trying to achieve. Is is about concatenating the 6 files in one? can you not use cat file1 >> OutputFile and then cat file2 >> OutputFile and...
10,892
Posted By lamano
Create a file from within a script
Hi,

I want to create a file from within a script that checks whether the file itself exists or not. Like:

if [[ ! -e .theFile]] then
echo Creating file...
cat << EOF >...
Showing results 1 to 3 of 3

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