Search Results

Search: Posts Made By: Yoda
1,611
Posted By Yoda
Here is one way of doing this: #!/bin/bash ...
Here is one way of doing this:
#!/bin/bash

for file in *.txt
do
[ "$file" = "aa.txt" ] && continue

echo "Fixing file: $file"

awk '
NR == FNR {
...
Showing results 1 to 1 of 1

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