Search Results

Search: Posts Made By: atulkakrana
3,478
Posted By atulkakrana
Converting entries from rows to column
Hi all,

I need your help on a multiple row entry into different columns. And do the same with all the entries in file.

File example (showing 2 entries only, there are many like these):
>ABC
*...
4,548
Posted By atulkakrana
Hello Mirni, Thanks for replying. But I am...
Hello Mirni,

Thanks for replying. But I am still having problems.

#!/bin/bash

FILES=*.mime
for f in $FILES
do
echo "Processing $f"
ripmime -i $f -d ~/test/ripmime --prefix ...
4,548
Posted By atulkakrana
Batch rename files that do not match pattern
Hi all,

I do not have programming experience and mostly use one-liner or sometimes more to get the job done. I am having problem to batch rename the files that do not match a particular pattern. ...
Showing results 1 to 3 of 3

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