Search Results

Search: Posts Made By: boxstep
2,804
Posted By boxstep
I get same error just with while now. How can...
I get same error just with while now.
How can this be happening?
2,804
Posted By boxstep
Now i get 2 erros... awk : line 3 syntax error...
Now i get 2 erros...
awk : line 3 syntax error at or near for
awk : line 4 syntax error at or near do

any other ideas? Maybe i need to use different script like sh or ksh?
2,804
Posted By boxstep
Bash script with awk command ERROR
Hello im new here... Im trying to read file and create folders from words in it but i get this for loop error
awk : line 3 : syntax error at or near for

my code is..

#!/bin/bash
begin
for ((...
3,835
Posted By boxstep
Thank you :) Can i use this for multiple files at...
Thank you :) Can i use this for multiple files at once? Cause i added more variables after $1 and i get error :/
3,835
Posted By boxstep
awk creating folders
Hello, im trying to create folders from text file and i get errors :(


#!/bin/bash
awk 'BEGIN { RS = "/" } ; { mkdir $1, mkdir $2, mkdir $3, mkdir $4, mkdir $5}' zodziai.txt


im new in linux...
Showing results 1 to 5 of 5

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