Vertaling van "set-content" in Duits
We konden deze vermelding niet vinden. Er worden benaderende resultaten weergegeven. Controleer je spelling of stel voor deze term aan het woordenboek toe te voegen.
Choose your required set-content from our ophthalmology standard program.
Wählen Sie bequem die benötigten Set-Inhalte aus unserem Augenheilkunde-Standardprogramm.
C:\PS>get-date | set-content C:\Test1\ This command creates a comma-separated variable-length (csv) file that contains only the current date and time.
C:\PS>get-date | set-content C:\Test1\ Beschreibung - Mit diesem Befehl wird eine durch Kommas getrennte Datei mit variabler Länge (CSV-Datei) erstellt, die nur das aktuelle Datum und die aktuelle Uhrzeit enthält.
C:\PS>get-content c:\Logs\Log060912.txt -totalcount 50 | set-content sample.txt This command gets the first 50 lines of the Log060912.txt file and stores them in the sample.txt file.
C:\PS>get-content c:\Logs\Log060912.txt -totalcount 50 | set-content sample.txt Beschreibung - Mit diesem Befehl werden die ersten 50 Zeilen der Datei "Log060912.txt" abgerufen und in der Datei "sample.txt" gespeichert.
To change the values of items in the file system, use Set-Content.
Ändern Sie die Werte von Elementen im Dateisystem mit Set-Content.
You can type the content in the command or send content through the pipeline to Set-Content.
The pipeline operator passes the result to Set-Content, which creates the file and writes the content.
Mit dem Pipelineoperator wird das Ergebnis an Set-Content übergeben, wodurch die Datei erstellt und der Inhalt geschrieben wird.
If you pipe non-string objects to Set-Content, it converts the object to a string before writing it.
Wenn Sie andere Objekte als Zeichenfolgenobjekte über die Pipeline an Set-Content übergeben, wird das Objekt vor dem Schreibvorgang in eine Zeichenfolge konvertiert.
Set-Content is designed for string processing.
Set-Content wird für die Zeichenfolgenverarbeitung verwendet.
Another pipeline operator sends the changed content to Set-Content which replaces the text in Notice.txt with the new content.
Ein weiterer Pipelineoperator übergibt den geänderten Inhalt an Set-Content, wodurch der Text in Notice.txt durch den neuen Inhalt ersetzt wird.
Another pipeline operator sends the changed content to Set-Content which replaces the text in Notice.txt with the new content.
Ein weiterer Pipelineoperator übergibt den geänderten Inhalt an Set-Content, wodurch der Text in "Notice.txt" durch den neuen Inhalt ersetzt wird.
The Set-Content cmdlet is a string-processing cmdlet that writes or replaces the content in the specified item, such as a file.
Das Cmdlet Set-Content ist ein Cmdlet für die Zeichenfolgenverarbeitung, das Inhalt in ein angegebenes Element, z. B. eine Datei, schreibt bzw. Inhalt in diesem ersetzt.
Whereas the Add-Content cmdlet appends content to a file, Set-Content replaces the existing content.
Während mit dem Cmdlet Add-Content Inhalt an eine Datei angefügt wird, wird mit Set-Content der vorhandene Inhalt ersetzt.
Whereas the Add-Content cmdlet appends content to a file, Set-Content replaces the existing content.
Während mit dem Cmdlet "Add-Content" Inhalt an eine Datei angefügt wird, wird mit Set-Content der vorhandene Inhalt ersetzt.