Search Results

Search: Posts Made By: willie
23,751
Posted By willie
Thanks a lot for the clarification Corona688.
Thanks a lot for the clarification Corona688.
23,751
Posted By willie
@Corona688: I want to fully understand how...
@Corona688:

I want to fully understand how this lines of code do their job:

#!/bin/bash

SAVEIFS=IFS
IFS=$(echo -en "\n\b")

for f in $(cat mp3file.txt)
do
echo "$f"
done
...
23,751
Posted By willie
Thanks methyl. I believe this might be one...
Thanks methyl.

I believe this might be one of the most abstract escape characters, in my opinion.

--Willie

---------- Post updated at 09:53 PM ---------- Previous update was at 09:52 PM...
23,751
Posted By willie
Thanks Scrutinizer. Any others?
Thanks Scrutinizer.

Any others?
23,751
Posted By willie
echo backspace
Hello Forum:

I am trying to find a meaning to this echo escape character:
echo -e "\b"
Can someone tell me or give me examples of the effect that this has when used. I know that \b is the...
Showing results 1 to 5 of 5

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