Search Results

Search: Posts Made By: killos
1,765
Posted By killos
I've been getting syntax errors... but I've...
I've been getting syntax errors... but I've looked at this from different approaches (also taking in account your suggestion) and I've come up with this:

---

for x in `find . -size -9000` ;do...
1,765
Posted By killos
thanx... I get awk error when trying something...
thanx... I get awk error when trying something like that, what I was originally try was to highlight the row through grep then edit it:

for example

for i in `ls *`; do grep M,TYPE, 1 $i ...
1,765
Posted By killos
Replace value in files
Hello All,

Please if I could get some help on the following, I have data files (due to 3rd party mistake) within each data file on line/row 3 column/field 3 - there is value '1' that need to be...
3,483
Posted By killos
Previous I did the find step and created a list...
Previous I did the find step and created a list but the tar command doesnt work in the same way as copying would for example:

for i in `cat week1`; do cp -p $i /archive/data/backup; done // with...
3,483
Posted By killos
Tar Command
Hello All,

I am currently in the process of BACKING UP over 160GB of data, where currently all files have been archived into directories, sub-directories and so fore by day, in the format for...
Showing results 1 to 5 of 5

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