From 6197ecb5d21a7aa64e378998631beddf526e7f6d Mon Sep 17 00:00:00 2001
From: Guilherme Pantoja Calandrini de Azevedo Junior
 <guilherme.calandrini@tu-dresden.de>
Date: Tue, 1 Nov 2022 10:49:16 +0100
Subject: [PATCH] Update lustre.md

---
 doc.zih.tu-dresden.de/docs/data_lifecycle/lustre.md | 6 +++++-
 1 file changed, 5 insertions(+), 1 deletion(-)

diff --git a/doc.zih.tu-dresden.de/docs/data_lifecycle/lustre.md b/doc.zih.tu-dresden.de/docs/data_lifecycle/lustre.md
index 46bc61281..e44ea1a21 100644
--- a/doc.zih.tu-dresden.de/docs/data_lifecycle/lustre.md
+++ b/doc.zih.tu-dresden.de/docs/data_lifecycle/lustre.md
@@ -46,7 +46,11 @@ Lustre offers a number of commands that are suited to its architecture.
 | `ls -l <filename>` | `ls -l` |
 | `ls` | `ls --color` |
 
-In case commands such as `du` are needed, for example to identify large directories, these commands should be applied to as little data as possible. You should not just query the main directory in general, you should try to work in the sub directories first. The deeper in the structure, the better.
+In case commands such as `du` are needed, for example to identify large
+directories, these commands should be applied to as little data as
+possible. You should not just query the main directory in general, you
+should try to work in the sub directories first. The deeper in the
+structure, the better.
 
 ## Useful Commands for Lustre
 
-- 
GitLab