Search Results

Search: Posts Made By: princessotes
4,744
Posted By princessotes
I have tried that and I get the same error as...
I have tried that and I get the same error as before "grep: *.cif: No such file or directory"
4,744
Posted By princessotes
wildcard
Hi, I have this code to search all "cif" files using wildcard

for file in *.cif
do
grep "Uiso" $file | awk '{ print $3, $4, $5 }' > tet
done

I get this error
"grep: *.cif: No such file or...
2,211
Posted By princessotes
loop through file to change some data
Hi, I have a file with the following data
-0.00000 0.00000 0.00000 F F F
0.00000 0.00000 0.80000 F F F
0.50000 0.50000 0.60000 F F F
0.50000 0.50000 0.20000 F F F
-0.00000 0.00000 0.40000 F F F...
3,011
Posted By princessotes
append two files
Hi, I have two files where 1 contains data and the other contains strings eg
file 1
-0.00000 0.00000 0.00000
0.00000 0.00000 0.80000
0.50000 0.50000 0.60000
0.50000 0.50000 0.20000
-0.00000...
Showing results 1 to 4 of 4

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