Visualization with the VI Editor


 
Thread Tools Search this Thread
Top Forums Shell Programming and Scripting Visualization with the VI Editor
# 1  
Old 10-12-2010
Visualization with the VI Editor

Salve, ho creato uno script ksh che effettua lo spool dei risultati a video e in un file.log. ho usato per la visualizzazione di alcuni caratteri la formattazione bold attraverso i comandi -- tput smso e tput rmso --. Il mio problema è che quando visualizzo il file.log in vi il bold scompare e mi viene visualizzando il corrispondente codice. La mia domanda, è la seguente: è possibile avere la visualizzazione della formattazione anche aprendo il file.log attraverso il comando vi? e se si , come possso fare?
Grazie, Vincenzo
# 2  
Old 10-12-2010
Hello.

Per our forum rules, all posts must be in English.

We do provide translation services for posts from English to a number of languages as a benefit to users. However, posts must be in English.

Please repost in English.

Thank you for your cooperation.

The UNIX and Linux Forums.
# 3  
Old 10-12-2010
Hi, I created a ksh script that makes the spool results on video and in file.log.
I used to display some characters through bold formatting commands -- tput SMSO and tput rmso --.
My problem is that when I open the file.log whith vi commands,disappears bold and shows the corresponding code.
My question is: is it possible to have the view of the formatting by opening the file.log through the command vi?
and if you can do, how you doing?
Thanks, Vincenzo\\

Moderator's Comments:
Mod Comment Thank you for reposting in English. Great job with your second language!
This User Gave Thanks to cavin84 For This Post:
Login or Register to Ask a Question

Previous Thread | Next Thread

2 More Discussions You Might Find Interesting

1. UNIX for Advanced & Expert Users

Looking for a log/timeline visualization tool

Ideally I want to import/correlate logs between several different clients/servers, which many things like Google BigQuery, & Splunk do... However, I want to visualize them in a step-by-step timeline where I can see key events (reboot, segfault, abort, etc.) and get a "big picture" of what the... (0 Replies)
Discussion started by: jjinno
0 Replies

2. Shell Programming and Scripting

set EDITOR=vi -> default editor not setting for cron tab

Hi All, I am running a script , working very fine on cmd prompt. The problem is that when I open do crontab -e even after setting editor to vi by set EDITOR=vi it does not open a vi editor , rather it do as below..... ///////////////////////////////////////////////////// $ set... (6 Replies)
Discussion started by: aarora_98
6 Replies
Login or Register to Ask a Question